mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#164381)
This commit is contained in:
parent
8859021b0c
commit
b6eee03382
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
describe('forecasts', function () {
|
||||
this.tags(['ml']);
|
||||
|
||||
describe('with single metric job', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/164381
|
||||
describe.skip('with single metric job', function () {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
|
||||
await ml.testResources.createDataViewIfNeeded('ft_farequote', '@timestamp');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue