Skip to content

Commit 6cb0866

Browse files
author
Paolo Tranquilli
committed
Revert "Rust: test running windows flaky test multiple times"
This reverts commit 90fa3ec.
1 parent 4889032 commit 6cb0866

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
import runs_on
2-
import pytest
3-
4-
@runs_on.posix
51
def test_cargo(codeql, rust, cargo, check_source_archive):
62
codeql.database.create()
73

8-
@runs_on.windows
9-
@pytest.mark.parametrize("_", range(25))
10-
def test_cargo_debug(codeql, rust, cargo, check_source_archive, _):
11-
codeql.database.create()
12-
134
def test_rust_project(codeql, rust, rust_project, check_source_archive):
145
codeql.database.create()

0 commit comments

Comments
 (0)