skip flaky suites (#118472)

This commit is contained in:
Tiago Costa 2021-11-16 14:12:55 +00:00
parent ea9ce6e966
commit ade7b5f468
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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.