Skip to content

Commit

Permalink
Re-enable tests with .only to reproduce issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Mar 9, 2020
1 parent 1f8da9d commit 78e063a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ export default function({ getService }: FtrProviderContext) {
},
];

// test failures, see #59419
describe.skip('job on data set with date_nanos time field', function() {
// eslint-disable-next-line ban/ban
describe.only('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 78e063a

Please sign in to comment.