Skip flaky tests (#21439) (#21553)

This commit is contained in:
Stacey Gammon 2018-08-01 15:04:11 -04:00 committed by GitHub
parent dc34879948
commit ee2a283cc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();