We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4043dd8 commit e172722Copy full SHA for e172722
x-pack/plugins/security_solution/cypress/integration/overview.spec.ts
@@ -12,7 +12,7 @@ import { loginAndWaitForPage } from '../tasks/login';
12
import { OVERVIEW_URL } from '../urls/navigation';
13
import { esArchiverUnload, esArchiverLoad } from '../tasks/es_archiver';
14
15
-describe('Overview Page', () => {
+describe.skip('Overview Page', () => {
16
before(() => {
17
cy.stubSearchStrategyApi('overviewHostQuery', 'overview_search_strategy');
18
cy.stubSearchStrategyApi('overviewNetworkQuery', 'overview_search_strategy');
0 commit comments