Skip to content

Commit af0d64b

Browse files
committed
[Functional] Unskip chained controls tests (#76610)
1 parent e8c41b3 commit af0d64b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/functional/apps/visualize/input_control_vis/chained_controls.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ export default function ({ getService, getPageObjects }) {
2626
const find = getService('find');
2727
const comboBox = getService('comboBox');
2828

29-
// FLAKY: https://github.com/elastic/kibana/issues/68472
30-
describe.skip('chained controls', function () {
29+
describe('chained controls', function () {
3130
this.tags('includeFirefox');
3231

3332
before(async () => {

0 commit comments

Comments
 (0)