-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable flaky input controls vis test #20637
Conversation
nreese
commented
Jul 10, 2018
Issue tracked here: #20633 |
@@ -286,7 +286,7 @@ export default function ({ getService, getPageObjects }) { | |||
await testSubjects.click('inputControlCancelBtn'); | |||
}); | |||
|
|||
it('should clear child control dropdown when parent control filter pill removed', async () => { | |||
it.skip('should clear child control dropdown when parent control filter pill removed', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why skipping this one too? Noticed it also being flaky? Or doesn't work without the context of the top one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking it was dependent on the test above but that is not the case. I will remove the skip for that test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build Succeeded |
* disable flaky input controls vis test * only skip flaky test