mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#186261)
This commit is contained in:
parent
f672297b14
commit
95e502cbe6
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
|
||||
let testJobId = '';
|
||||
|
||||
describe('anomaly detection alert', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/186261
|
||||
describe.skip('anomaly detection alert', function () {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/ecommerce');
|
||||
await ml.testResources.createDataViewIfNeeded('ft_ecommerce', 'order_date');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue