Skip to content

Commit

Permalink
skip flaky suite (#59419)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 11, 2020
1 parent fbbf580 commit db228dd
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -165,7 +165,8 @@ export default function({ getService }: FtrProviderContext) {
},
];

describe('job on data set with date_nanos time field', function() {
// FLAKY: https://github.com/elastic/kibana/issues/59419
describe.skip('job on data set with date_nanos time field', function() {
this.tags(['smoke', 'mlqa']);
before(async () => {
await esArchiver.load('ml/event_rate_nanos');
Expand Down

0 comments on commit db228dd

Please sign in to comment.