Skip to content

Commit 56f2732

Browse files
author
Paolo Tranquilli
committed
Rust: ignore failing DB-CHECK
1 parent 5432493 commit 56f2732

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rust/integration-tests/hello-workspace/test_workspace.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
import pytest
2+
3+
# currently the DB-check fails on actions because of loading files multiple times and assiging multiple locations
4+
# see https://github.com/github/codeql-team/issues/3365
5+
@pytest.mark.ql_test("DB-CHECK", xfail="maybe")
16
def test_cargo(codeql, rust, manifests, check_source_archive):
27
manifests.select("Cargo.toml")
38
codeql.database.create()

0 commit comments

Comments
 (0)