From 39ab8a87d1ed1e286f1fcfbe87a2e32bac642dad Mon Sep 17 00:00:00 2001 From: Quynh Nguyen Date: Fri, 16 Jul 2021 13:28:18 -0500 Subject: [PATCH] [ML] Remove describe.only --- x-pack/test/functional/apps/ml/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/ml/index.ts b/x-pack/test/functional/apps/ml/index.ts index 0b1b5c72b9dfbf..abaa387336c883 100644 --- a/x-pack/test/functional/apps/ml/index.ts +++ b/x-pack/test/functional/apps/ml/index.ts @@ -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 () => {