Skip to content

Commit

Permalink
skip flaky suite (#150607)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Feb 23, 2023
1 parent 5d379e4 commit 5158eda
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 5158eda

Please sign in to comment.