Skip to content

Commit

Permalink
skip flaky suite (#104042)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 1, 2021
1 parent 0cba746 commit a06c0f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/ml/permissions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('permissions', function () {
// FLAKY: https://github.com/elastic/kibana/issues/104042
describe.skip('permissions', function () {
this.tags(['skipFirefox']);

loadTestFile(require.resolve('./full_ml_access'));
Expand Down

0 comments on commit a06c0f1

Please sign in to comment.