mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#127678)
This commit is contained in:
parent
ee4f521b43
commit
20ede5dc33
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
},
|
||||
];
|
||||
|
||||
describe('update_filters', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/127678
|
||||
describe.skip('update_filters', function () {
|
||||
const updateFilterRequestBody = {
|
||||
description: 'Updated filter #1',
|
||||
removeItems: items,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue