skip filtering flaky tests (#22193) (#22201)

This commit is contained in:
Stacey Gammon 2018-08-21 08:45:58 -04:00 committed by GitHub
parent 75a176996f
commit fd40428a18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,10 @@ export default function ({ getService, loadTestFile, getPageObjects }) {
loadTestFile(require.resolve('./_embed_mode'));
loadTestFile(require.resolve('./_full_screen_mode'));
loadTestFile(require.resolve('./_dashboard_filter_bar'));
loadTestFile(require.resolve('./_dashboard_filtering'));
// TODO: unskip when https://github.com/elastic/kibana/issues/20442 is fixed
//loadTestFile(require.resolve('./_dashboard_filtering'));
loadTestFile(require.resolve('./_panel_expand_toggle'));
loadTestFile(require.resolve('./_dashboard_grid'));
loadTestFile(require.resolve('./_dashboard_snapshots'));