Skip to content

Commit

Permalink
[ML] Remove describe.only
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Jul 16, 2021
1 parent 942c984 commit 39ab8a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/ml/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const ml = getService('ml');

describe('machine learning', function () {
// eslint-disable-next-line ban/ban
describe.only('', function () {
describe('', function () {
this.tags('ciGroup3');

before(async () => {
Expand Down

0 comments on commit 39ab8a8

Please sign in to comment.