Skip to content

Commit

Permalink
Re-activating one test at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Oct 3, 2023
1 parent eb9f557 commit 53b79f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_cmr.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def test_bloom_filter_unique():
assert len(results) == len(set(results)), "Duplicates from bloom_filter"


@pytest.mark.skip()
def test_bloom_filter_spaced_target():
track = [
{"time": datetime64("2019-05-01 12:00:00"), "lat": 18, "lon": 38},
Expand Down

0 comments on commit 53b79f9

Please sign in to comment.