Skip to content

Commit

Permalink
skip flaky suite (elastic#142397)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and WafaaNasr committed Oct 11, 2022
1 parent 3d181df commit 88313f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/ml/short_tests/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');

describe('page navigation', function () {
// FLAKY: https://github.com/elastic/kibana/issues/142397
describe.skip('page navigation', function () {
this.tags(['skipFirefox', 'ml']);
before(async () => {
await ml.api.cleanMlIndices();
Expand Down

0 comments on commit 88313f3

Please sign in to comment.