Skip to content

Commit

Permalink
skip flaky suites (#118472)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 16, 2021
1 parent f9488f4 commit 9a21f0c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ export default function ({ getService }: FtrProviderContext) {
await ml.securityUI.loginAsMlPowerUser();
});

describe('with farequote', function () {
// FLAKY: https://github.com/elastic/kibana/issues/118472
describe.skip('with farequote', function () {
// Run tests on full farequote index.
it(`${farequoteDataViewTestData.suiteTitle} loads the data visualizer selector page`, async () => {
// Start navigation from the base of the ML app.
Expand Down

0 comments on commit 9a21f0c

Please sign in to comment.