mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* disable flaky input controls vis test * only skip flaky test
This commit is contained in:
parent
19da4ad54e
commit
e5223de945
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue