Skip to content

Commit

Permalink
skip flaky suite (#177250)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 6, 2024
1 parent f72f278 commit 4dcc900
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const wrapper = ({ children }: { children: Node }) => (
<QueryClientProvider client={queryClient}> {children} </QueryClientProvider>
);

describe('useAlertDataView', () => {
// FLAKY: https://github.com/elastic/kibana/issues/177250
describe.skip('useAlertDataView', () => {
const observabilityAlertFeatureIds: ValidFeatureId[] = [
AlertConsumers.APM,
AlertConsumers.INFRASTRUCTURE,
Expand Down

0 comments on commit 4dcc900

Please sign in to comment.