Skip to content

Commit

Permalink
skips overview tests (#81877) (#81880)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema authored Oct 28, 2020
1 parent 06278dc commit 1b162b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { loginAndWaitForPage } from '../tasks/login';
import { OVERVIEW_URL } from '../urls/navigation';
import { esArchiverUnload, esArchiverLoad } from '../tasks/es_archiver';

describe('Overview Page', () => {
describe.skip('Overview Page', () => {
before(() => {
cy.stubSearchStrategyApi('overviewHostQuery', 'overview_search_strategy');
cy.stubSearchStrategyApi('overviewNetworkQuery', 'overview_search_strategy');
Expand All @@ -35,7 +35,7 @@ describe('Overview Page', () => {
});
});

describe('with no data', () => {
describe.skip('with no data', () => {
before(() => {
esArchiverUnload('auditbeat');
loginAndWaitForPage(OVERVIEW_URL);
Expand Down

0 comments on commit 1b162b2

Please sign in to comment.