mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#106053)
This commit is contained in:
parent
c34e99ee73
commit
f2bfa595ee
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue