Skip to content

Commit

Permalink
skip flaky suite (#106053)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 11, 2021
1 parent 60cf849 commit e7bec30
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit e7bec30

Please sign in to comment.