Skip to content

Commit

Permalink
skip flaky suite (#200788)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 28, 2024
1 parent cf2a318 commit bd9df81
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const renderComponent = (props: React.ComponentProps<typeof AgentStatusFilter>)
);
};

describe('AgentStatusFilter', () => {
// FLAKY: https://github.com/elastic/kibana/issues/200788
describe.skip('AgentStatusFilter', () => {
it('Renders all statuses', () => {
const { getByText } = renderComponent({
selectedStatus: [],
Expand Down

0 comments on commit bd9df81

Please sign in to comment.