Skip to content

Commit e71e401

Browse files
committed
skip flaky suite (elastic#225165)
1 parent 5f5f4d1 commit e71e401

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platform/test/functional/apps/dashboard_elements/input_control_vis/input_control_options.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
4949
});
5050
});
5151

52-
describe('updateFiltersOnChange is false', () => {
52+
// FLAKY: https://github.com/elastic/kibana/issues/225165
53+
describe.skip('updateFiltersOnChange is false', () => {
5354
it('should contain dropdown with terms aggregation results as options', async () => {
5455
const menu = await comboBox.getOptionsList('listControlSelect0');
5556
expect(menu.trim().split('\n').join()).to.equal('ios,osx,win 7,win 8,win xp');

0 commit comments

Comments
 (0)