Skip to content

Commit

Permalink
Merge pull request #1701 from girder/subprocess-singular-test
Browse files Browse the repository at this point in the history
Mark a subprocess test as singular
  • Loading branch information
manthey authored Oct 24, 2024
2 parents 37172bd + e8cc8cc commit c8fda2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_sink.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ def testFrameValuesEdgeCases(tmp_path):
assert not isinstance(value, np.generic)


@pytest.mark.singular
def testSubprocess(tmp_path):
sink = large_image_source_zarr.new()
path = sink.largeImagePath
Expand Down

0 comments on commit c8fda2d

Please sign in to comment.