Skip to content

Commit

Permalink
disable flaky input controls vis test (#20637) (#20643)
Browse files Browse the repository at this point in the history
* disable flaky input controls vis test

* only skip flaky test
  • Loading branch information
nreese authored Jul 10, 2018
1 parent 19da4ad commit e5223de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_input_control_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export default function ({ getService, getPageObjects }) {
expect(hasChildControlFilter).to.equal(true);
});

it('should clear child control dropdown when parent control value is removed', async () => {
it.skip('should clear child control dropdown when parent control value is removed', async () => {
await PageObjects.visualize.clearComboBox('listControlSelect0');
await PageObjects.common.sleep(500); // give time for filter to be removed and event handlers to fire

Expand Down

0 comments on commit e5223de

Please sign in to comment.