From 9bf5cb631e826f708be780ffb2f2d8188170c0a5 Mon Sep 17 00:00:00 2001 From: John Dorlus Date: Fri, 26 Jun 2020 17:51:02 -0400 Subject: [PATCH] Removed only from describe. --- x-pack/test/functional/apps/rollup_job/hybrid_index_pattern.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/rollup_job/hybrid_index_pattern.js b/x-pack/test/functional/apps/rollup_job/hybrid_index_pattern.js index 64adb387c211a..d4991dd90c6b2 100644 --- a/x-pack/test/functional/apps/rollup_job/hybrid_index_pattern.js +++ b/x-pack/test/functional/apps/rollup_job/hybrid_index_pattern.js @@ -14,7 +14,7 @@ export default function ({ getService, getPageObjects }) { const retry = getService('retry'); const PageObjects = getPageObjects(['common', 'settings']); - describe.only('hybrid index pattern', function () { + describe('hybrid index pattern', function () { //Since rollups can only be created once with the same name (even if you delete it), //we add the Date.now() to avoid name collision if you run the tests locally back to back. const rollupJobName = `hybrid-index-pattern-test-rollup-job-${Date.now()}`;