From 3db850db4470af2908ef85f33aeef57cad8f8d55 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 17 Jun 2020 18:49:30 -0700 Subject: [PATCH] move to ciGroup1 --- x-pack/test/epm_api_integration/apis/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/epm_api_integration/apis/index.ts b/x-pack/test/epm_api_integration/apis/index.ts index df273ee76019a..2dc6582563a37 100644 --- a/x-pack/test/epm_api_integration/apis/index.ts +++ b/x-pack/test/epm_api_integration/apis/index.ts @@ -19,7 +19,7 @@ export default function ({ loadTestFile, getService }: FtrProviderContext) { } maybeSkipped('EPM Endpoints', function () { - this.tags('ciGroup7'); + this.tags('ciGroup1'); loadTestFile(require.resolve('./list')); // loadTestFile(require.resolve('./file'));