Skip to content

Commit

Permalink
Add skips for tests that use processes
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Oct 31, 2024
1 parent 6574f59 commit 655a4bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hypothesis-python/tests/cover/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ def test_deprecated_settings_not_in_settings_all_list():
assert HealthCheck.not_a_test_method not in ls


@skipif_emscripten
def test_check_defaults_to_derandomize_when_running_on_ci():
env = dict(os.environ)
env["CI"] = "true"
Expand All @@ -539,6 +540,7 @@ def test_check_defaults_to_derandomize_when_running_on_ci():
)


@skipif_emscripten
def test_check_defaults_to_randomize_when_not_running_on_ci():
env = dict(os.environ)
env.pop("CI", None)
Expand Down

0 comments on commit 655a4bb

Please sign in to comment.