Skip to content

Commit

Permalink
Remove .only from date_nanos test
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Mar 10, 2020
1 parent 78e063a commit 2d1a5f2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ export default function({ getService }: FtrProviderContext) {
},
];

// eslint-disable-next-line ban/ban
describe.only('job on data set with date_nanos time field', function() {
describe('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 2d1a5f2

Please sign in to comment.