Skip to content

Commit

Permalink
skip flaky suite (#193093)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 14, 2024
1 parent 36cf5ab commit b193df3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import type { AppContextTestRender } from '../../../../common/mock/endpoint';
import type { ConsoleTestSetup } from '../mocks';
import { getConsoleTestSetup } from '../mocks';

describe('BadArgument component', () => {
// FLAKY: https://github.com/elastic/kibana/issues/193093
describe.skip('BadArgument component', () => {
let render: (props?: Partial<ConsoleProps>) => ReturnType<AppContextTestRender['render']>;
let renderResult: ReturnType<typeof render>;
let command: CommandDefinition;
Expand Down

0 comments on commit b193df3

Please sign in to comment.