Skip to content

Commit

Permalink
skip flaky suite (#150607)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored and mistic committed Mar 20, 2023
1 parent cd1a180 commit a1c7cbd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ import { ExperimentalFeaturesService } from '../../../../services';
ExperimentalFeaturesService.init({});
import { Detail } from '.';

describe('when on integration detail', () => {
// FLAKY: https://github.com/elastic/kibana/issues/150607
describe.skip('when on integration detail', () => {
const pkgkey = 'nginx-0.3.7';
const detailPageUrlPath = pagePathGetters.integration_details_overview({ pkgkey })[1];
let testRenderer: TestRenderer;
Expand Down

0 comments on commit a1c7cbd

Please sign in to comment.