skip flaky suite (#106053)

This commit is contained in:
Tiago Costa 2021-10-11 13:50:27 +01:00
parent 60cf849ac7
commit e7bec3091d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -81,7 +81,8 @@ export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
const browser = getService('browser');
describe('custom urls', function () {
// FLAKY: https://github.com/elastic/kibana/issues/106053
describe.skip('custom urls', function () {
this.tags(['mlqa']);
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');