Skip to content

Commit

Permalink
Revert "skip failing es promotion suite (elastic#104469)"
Browse files Browse the repository at this point in the history
This reverts commit 87971e7.
  • Loading branch information
Tyler Smalley committed Jul 12, 2021
1 parent 24ab316 commit f4b3bdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/discover/visualize_field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await PageObjects.timePicker.setDefaultAbsoluteRange();
}

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/104469
describe.skip('discover field visualize button', () => {
describe('discover field visualize button', () => {
beforeEach(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/lens/basic');
Expand Down

0 comments on commit f4b3bdc

Please sign in to comment.