disable flaky input controls vis test (#20637) (#20643)

* disable flaky input controls vis test

* only skip flaky test
This commit is contained in:
Nathan Reese 2018-07-10 16:37:00 -06:00 committed by GitHub
parent 19da4ad54e
commit e5223de945
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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