Skip to content

Commit

Permalink
Removed only from describe.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dorlus committed Jun 26, 2020
1 parent 4553bab commit 9bf5cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()}`;
Expand Down

0 comments on commit 9bf5cb6

Please sign in to comment.