skip flaky filtering test (#30840) (#30851)

This commit is contained in:
Stacey Gammon 2019-02-12 17:00:45 -05:00 committed by GitHub
parent bb201209aa
commit c8ec384280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ export default function ({ getService, getPageObjects }) {
const dashboardPanelActions = getService('dashboardPanelActions');
const PageObjects = getPageObjects(['dashboard', 'header', 'visualize']);
describe('dashboard filtering', async () => {
describe.skip('dashboard filtering', async () => {
before(async () => {
await PageObjects.dashboard.gotoDashboardLandingPage();
});