Skip to content

Commit

Permalink
Revert "Rust: test running windows flaky test multiple times"
Browse files Browse the repository at this point in the history
This reverts commit 90fa3ec.
  • Loading branch information
Paolo Tranquilli committed Nov 29, 2024
1 parent 4889032 commit 6cb0866
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions rust/ql/integration-tests/hello-workspace/test_workspace.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
import runs_on
import pytest

@runs_on.posix
def test_cargo(codeql, rust, cargo, check_source_archive):
codeql.database.create()

@runs_on.windows
@pytest.mark.parametrize("_", range(25))
def test_cargo_debug(codeql, rust, cargo, check_source_archive, _):
codeql.database.create()

def test_rust_project(codeql, rust, rust_project, check_source_archive):
codeql.database.create()

0 comments on commit 6cb0866

Please sign in to comment.