Skip to content

Commit

Permalink
skip flaky suite (#172233)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 15, 2023
1 parent a8b6243 commit 1ec887e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ describe('Alerts cell actions', { tags: ['@ess', '@serverless'] }, () => {
});
});

describe('Copy to clipboard', () => {
// FLAKY: https://github.com/elastic/kibana/issues/172233
describe.skip('Copy to clipboard', () => {
beforeEach(() => {
login();
visit(ALERTS_URL);
Expand Down

0 comments on commit 1ec887e

Please sign in to comment.