Skip to content

Commit

Permalink
skip flaky suite (elastic#104042)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and madirey committed Jul 6, 2021
1 parent 3e6dfda commit f8b4ef8
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
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 f8b4ef8

Please sign in to comment.