Skip to content

Commit

Permalink
skip flaky suite. #115100
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 15, 2021
1 parent ed9859a commit 97848ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ import {
import { Immutable } from '../../../../../../../common/endpoint/types';
import { HttpFetchOptionsWithPath } from 'kibana/public';

describe('When using the RemoveTrustedAppFromPolicyModal component', () => {
// FLAKY https://github.com/elastic/kibana/issues/115100
describe.skip('When using the RemoveTrustedAppFromPolicyModal component', () => {
let appTestContext: AppContextTestRender;
let renderResult: ReturnType<AppContextTestRender['render']>;
let render: (waitForLoadedState?: boolean) => Promise<ReturnType<AppContextTestRender['render']>>;
Expand Down

0 comments on commit 97848ca

Please sign in to comment.