mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
dc34879948
commit
ee2a283cc4
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
await PageObjects.dashboard.gotoDashboardLandingPage();
|
||||
});
|
||||
|
||||
describe('adding a filter that excludes all data', async () => {
|
||||
describe.skip('adding a filter that excludes all data', async () => {
|
||||
before(async () => {
|
||||
await PageObjects.dashboard.clickNewDashboard();
|
||||
await PageObjects.dashboard.setTimepickerInDataRange();
|
||||
|
@ -101,7 +101,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('disabling a filter unfilters the data on', async () => {
|
||||
describe.skip('disabling a filter unfilters the data on', async () => {
|
||||
before(async () => {
|
||||
await testSubjects.click('disableFilter-bytes');
|
||||
await PageObjects.header.waitUntilLoadingHasFinished();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue