Skip to content

Commit

Permalink
skip flaky suite (elastic#175310)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and awahab07 committed Feb 19, 2024
1 parent b369f60 commit d137850
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import {
import { UserCommentPropertyActions } from './user_comment_property_actions';
import { waitFor } from '@testing-library/react';

describe('UserCommentPropertyActions', () => {
// FLAKY: https://github.com/elastic/kibana/issues/175310
describe.skip('UserCommentPropertyActions', () => {
let appMock: AppMockRenderer;

const props = {
Expand Down

0 comments on commit d137850

Please sign in to comment.