mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#134671)
This commit is contained in:
parent
138d4ec8a7
commit
8ae398a967
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const ml = getService('ml');
|
||||
const editedDescription = 'Edited description';
|
||||
|
||||
describe('regression saved search creation', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/134671
|
||||
describe.skip('regression saved search creation', function () {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote_small');
|
||||
await ml.testResources.createIndexPatternIfNeeded('ft_farequote_small', '@timestamp');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue