Skip to content

Commit

Permalink
Skip backward compatibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Mar 21, 2024
1 parent 49b7fcd commit d418b17
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def test_extract_waveforms():
print(mock_loaded_we_old)


@pytest.mark.skip("This test is run locally")
def test_read_old_waveforms_extractor_binary():
import pandas as pd

Expand All @@ -109,6 +110,7 @@ def test_read_old_waveforms_extractor_binary():
print(type(data))


@pytest.mark.skip("This test is run locally")
def test_read_old_waveforms_extractor_zarr():
import pandas as pd

Expand Down

0 comments on commit d418b17

Please sign in to comment.