skips overview tests (#81877)

This commit is contained in:
MadameSheema 2020-10-28 10:50:01 +01:00 committed by GitHub
parent 44b75685f5
commit fb28424b39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');
@ -35,7 +35,7 @@ describe('Overview Page', () => {
});
});
describe('with no data', () => {
describe.skip('with no data', () => {
before(() => {
esArchiverUnload('auditbeat');
loginAndWaitForPage(OVERVIEW_URL);