Skip to content

Commit

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

describe('discover field visualize button', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/104469
describe.skip('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 87971e7

Please sign in to comment.