Skip to content

Commit

Permalink
skip flaky suite (#127678)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 21, 2022
1 parent ee4f521 commit 20ede5d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 20ede5d

Please sign in to comment.