Skip to content

Commit

Permalink
skip flaky suite (elastic#163817)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and dej611 committed Oct 17, 2023
1 parent e79e94e commit 87dc876
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
);
});

describe('bulk delete', () => {
// FLAKY: https://github.com/elastic/kibana/issues/163817
describe.skip('bulk delete', () => {
it('deletes multiple tags', async () => {
const initialDisplayedTags = await tagManagementPage.getDisplayedTagNames();
await tagManagementPage.selectTagByName('tag-1');
Expand Down

0 comments on commit 87dc876

Please sign in to comment.