Skip to content

Commit 1b162b2

Browse files
authored
skips overview tests (#81877) (#81880)
1 parent 06278dc commit 1b162b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugins/security_solution/cypress/integration/overview.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { loginAndWaitForPage } from '../tasks/login';
1212
import { OVERVIEW_URL } from '../urls/navigation';
1313
import { esArchiverUnload, esArchiverLoad } from '../tasks/es_archiver';
1414

15-
describe('Overview Page', () => {
15+
describe.skip('Overview Page', () => {
1616
before(() => {
1717
cy.stubSearchStrategyApi('overviewHostQuery', 'overview_search_strategy');
1818
cy.stubSearchStrategyApi('overviewNetworkQuery', 'overview_search_strategy');
@@ -35,7 +35,7 @@ describe('Overview Page', () => {
3535
});
3636
});
3737

38-
describe('with no data', () => {
38+
describe.skip('with no data', () => {
3939
before(() => {
4040
esArchiverUnload('auditbeat');
4141
loginAndWaitForPage(OVERVIEW_URL);

0 commit comments

Comments
 (0)