Skip to content

Commit 53b50c5

Browse files
authored
unskip Failing test: Chrome UI Functional Tests.test/functional/apps/visualize/input_control_vis/dynamic_options·ts (#149874)
Fixes #98974 Flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1820
1 parent fe34d7f commit 53b50c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/apps/dashboard_elements/input_control_vis/dynamic_options.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
1414
const PageObjects = getPageObjects(['common', 'visualize', 'visEditor', 'header', 'timePicker']);
1515
const comboBox = getService('comboBox');
1616

17-
// FLAKY: https://github.com/elastic/kibana/issues/98974
18-
describe.skip('dynamic options', () => {
17+
describe('dynamic options', () => {
1918
before(async () => {
2019
await PageObjects.visualize.initTests();
2120
});

0 commit comments

Comments
 (0)