Skip to content

Commit

Permalink
skip flaky suite (elastic#201210)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 26, 2024

Verified

This commit was signed with the committer’s verified signature.
mistic Tiago Costa
1 parent 8487bc8 commit 3bf2de2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -13,7 +13,8 @@ import { createFleetTestRendererMock } from '../../mock';

import { RootPrivilegesCallout } from './root_privileges_callout';

describe('RootPrivilegesCallout', () => {
// FLAKY: https://github.com/elastic/kibana/issues/201210
describe.skip('RootPrivilegesCallout', () => {
function render(rootIntegrations?: Array<{ name: string; title: string }>) {
cleanup();
const renderer = createFleetTestRendererMock();

0 comments on commit 3bf2de2

Please sign in to comment.