Skip to content

Commit

Permalink
skip flaky suite (#112194)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Sep 15, 2021
1 parent 09fd744 commit 36c02ae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ export default function ({ getService }: FtrProviderContext) {
},
];

describe('job on data set with date_nanos time field', function () {
// Failing: See https://github.com/elastic/kibana/issues/112194
describe.skip('job on data set with date_nanos time field', function () {
this.tags(['mlqa']);
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/event_rate_nanos');
Expand Down

0 comments on commit 36c02ae

Please sign in to comment.