Skip to content

Commit

Permalink
unskip Failing test: Chrome UI Functional Tests.test/functional/apps/…
Browse files Browse the repository at this point in the history
…visualize/input_control_vis/dynamic_options·ts (#149874)

Fixes #98974

Flaky test runner
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1820
  • Loading branch information
nreese authored Jan 30, 2023
1 parent fe34d7f commit 53b50c5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'visualize', 'visEditor', 'header', 'timePicker']);
const comboBox = getService('comboBox');

// FLAKY: https://github.com/elastic/kibana/issues/98974
describe.skip('dynamic options', () => {
describe('dynamic options', () => {
before(async () => {
await PageObjects.visualize.initTests();
});
Expand Down

0 comments on commit 53b50c5

Please sign in to comment.