Skip to content

Commit

Permalink
skip flaky suite (#154970)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 24, 2023
1 parent 1095375 commit a03d20b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,8 @@ describe('AlertsTable.BulkActions', () => {
).toBeTruthy();
});

describe('and clear the selection is clicked', () => {
// FLAKY: https://github.com/elastic/kibana/issues/154970
describe.skip('and clear the selection is clicked', () => {
it('should turn off the toolbar', async () => {
const props = {
...tablePropsWithBulkActions,
Expand Down

0 comments on commit a03d20b

Please sign in to comment.