mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skips overview tests (#81877)
This commit is contained in:
parent
44b75685f5
commit
fb28424b39
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue