Skip to content
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

Merged
merged 2 commits into from
Jul 10, 2018

Conversation

nreese
Copy link
Contributor

@nreese nreese commented Jul 10, 2018

visualize app input control visualization chained controls should clear child control dropdown when parent control value is removed

@nreese nreese requested a review from stacey-gammon July 10, 2018 19:39
@nreese nreese added test Feature:Input Control Input controls visualization labels Jul 10, 2018
@stacey-gammon
Copy link
Contributor

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 () => {
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor

@cjcenizal cjcenizal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@nreese nreese merged commit 4621914 into elastic:master Jul 10, 2018
nreese added a commit to nreese/kibana that referenced this pull request Jul 10, 2018
* disable flaky input controls vis test

* only skip flaky test
nreese added a commit that referenced this pull request Jul 10, 2018
* disable flaky input controls vis test

* only skip flaky test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Input Control Input controls visualization test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants