Skip to content

Commit 21bdbda

Browse files
committed
Don't run all tests on Windows
1 parent 7eb8671 commit 21bdbda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_run_benchmarks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def test_update_metadata(benchmarks_checkout, monkeypatch):
6767
)
6868

6969

70-
@pytest.mark.long_running
7170
def test_run_benchmarks(benchmarks_checkout, monkeypatch):
7271
hardcode_benchmark_hash(monkeypatch)
7372

@@ -151,7 +150,6 @@ def test_run_benchmarks(benchmarks_checkout, monkeypatch):
151150
assert returncode == 1
152151

153152

154-
@pytest.mark.long_running
155153
def test_run_benchmarks_flags(benchmarks_checkout):
156154
shutil.copyfile(
157155
DATA_PATH / "bench_runner.toml", benchmarks_checkout / "bench_runner.toml"

0 commit comments

Comments
 (0)