From 2813fe7e296fe37eaffef9a1a788f55a185f33a2 Mon Sep 17 00:00:00 2001 From: Vincent Luczkow Date: Wed, 17 Aug 2022 23:40:18 -0700 Subject: [PATCH] Forgot to mark perf test as skip. Closes #67 --- tests/perf_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/perf_test.py b/tests/perf_test.py index 4339c11..e56453e 100644 --- a/tests/perf_test.py +++ b/tests/perf_test.py @@ -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)