Skip to content

Commit

Permalink
Skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Jan 6, 2025
1 parent 8b7dc04 commit a9d6b74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/unit_tests/cli/test_scratch.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,15 @@ def test_setup_scratch_fails_on_wrong_gid(
setup_scratch(config)


@pytest.mark.skip(
reason="""
We can't chown a tempfile in all environments, in particular it
seems to be broken in GH actions at the moment. We should
rewrite these tests to use mocks.
See https://github.com/DiamondLightSource/blueapi/issues/770
"""
)
def test_setup_scratch_succeeds_on_required_gid(
directory_path_with_sgid: Path,
):
Expand Down

0 comments on commit a9d6b74

Please sign in to comment.