Skip to content

Commit

Permalink
Forgot to mark perf test as skip. Closes #67
Browse files Browse the repository at this point in the history
  • Loading branch information
vluzko committed Aug 18, 2022
1 parent 7e3ab2b commit 2813fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def check_usage(csv_file: Path):
print(f"Size of observation: {res}")


# @pytest.mark.skip
@pytest.mark.skip
def test_data_usage():
for csv_file in (SMALL, MEDIUM):
check_usage(csv_file)

0 comments on commit 2813fe7

Please sign in to comment.