Skip to content

Commit

Permalink
Deactivate mutation test in CI (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrapin authored Mar 9, 2022
1 parent 2796b69 commit 3a5e9a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nevergrad/functions/photonics/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def test_photonics_bragg_recombination() -> None:


def test_photonics_custom_mutation() -> None:
if os.environ.get("CIRCLECI", False):
raise SkipTest("Skipping in CI because way too slow on their machine (weird)")
func = core.Photonics("morpho", 16, rolling=True)
param = func.parametrization.spawn_child()
for _ in range(10):
Expand Down

0 comments on commit 3a5e9a0

Please sign in to comment.