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 failing tests on Windows. #10139

Merged
merged 1 commit into from
Aug 18, 2020

Conversation

robertnishihara
Copy link
Collaborator

No description provided.

@rkooo567 rkooo567 self-assigned this Aug 17, 2020
@@ -59,7 +59,7 @@ def cpu_task():
@pytest.mark.skipif(
pytest_timeout is None,
reason="Timeout package not installed; skipping test that may hang.")
@pytest.mark.timeout(20)
@pytest.mark.timeout(120)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we have really long timeout here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It looked like the test was timing out since it starts and stops a lot of processes.

@robertnishihara robertnishihara merged commit d454189 into ray-project:master Aug 18, 2020
@robertnishihara robertnishihara deleted the windowstests branch August 18, 2020 01:56
@@ -7,12 +7,14 @@
TYPING_TEST_DIRS = os.path.join(os.path.dirname(__file__), "typing_files")


@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows.")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@pcmoritz note that typing seems to be failing on Windows.

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

2 participants