mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#118584)
This commit is contained in:
parent
8654bdf2fd
commit
d417d0a97a
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const ml = getService('ml');
|
||||
const elasticChart = getService('elasticChart');
|
||||
|
||||
describe('anomaly explorer', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/118584
|
||||
describe.skip('anomaly explorer', 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