Skip to content

Commit

Permalink
skip flaky suite (#176671)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 8, 2024
1 parent 552e8ad commit b071770
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const defaultProps = {
pushToService,
};

describe('PushButton ', () => {
// FLAKY: https://github.com/elastic/kibana/issues/176671
describe.skip('PushButton ', () => {
let appMockRender: AppMockRenderer;

beforeEach(() => {
Expand Down

0 comments on commit b071770

Please sign in to comment.