File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugins/security_solution/cypress/integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { loginAndWaitForPage } from '../tasks/login';
1212import { OVERVIEW_URL } from '../urls/navigation' ;
1313import { 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 ) ;
You can’t perform that action at this time.
0 commit comments