Skip flaky dashboard panel tests (#15430)

This commit is contained in:
Stacey Gammon 2017-12-05 18:24:59 -05:00 committed by GitHub
parent 852fa9c6a9
commit fa28e7554c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ export default function ({ getService, getPageObjects }) {
await dashboardExpect.pieSliceCount(0);
});
describe('filters', async function () {
describe.skip('filters', async function () {
before(async () => {
await PageObjects.dashboard.gotoDashboardLandingPage();
await PageObjects.dashboard.clickNewDashboard();