Skip to content

Commit

Permalink
fix: Add singular decorator to concurrency test
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Jul 9, 2024
1 parent 8dfb0dc commit c2e1483
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 @@ -486,6 +486,7 @@ def _add_tile_from_seed_data(sink, seed_data, position):
)


@pytest.mark.singular()
def testConcurrency(tmp_path):
output_file = tmp_path / 'test.db'
max_workers = 5
Expand Down

0 comments on commit c2e1483

Please sign in to comment.