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

Skip test that fails on Windows #350

Merged
merged 1 commit into from
May 25, 2017
Merged

Skip test that fails on Windows #350

merged 1 commit into from
May 25, 2017

Conversation

josephharrington
Copy link
Contributor

See issue #345.

@boxcla
Copy link

boxcla commented May 25, 2017

Verified that @josephharrington has signed the CLA. Thanks for the pull request!

from test.framework.functional.base_functional_test_case import BaseFunctionalTestCase
from test.functional.job_configs import JOB_WITH_SLEEPS


@skipIf(is_windows(), 'Fails on AppVeyor; see issue #345')

Choose a reason for hiding this comment

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

Can we just increase the timeout for master.block_until_build_finished() to 20 seconds or something instead of skipping this on Windows?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Skipping is intended as a short term fix until someone can actually fix the test, perhaps by doing what you suggest.

Choose a reason for hiding this comment

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

K

@josephharrington josephharrington merged commit bffcbdc into master May 25, 2017
@josephharrington josephharrington deleted the skip-flaky branch May 25, 2017 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants