We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52e9bc commit f9f1d9eCopy full SHA for f9f1d9e
swift/ql/integration-tests/posix/deduplication/test.py
@@ -1,6 +1,8 @@
1
+import pytest
2
import runs_on
3
4
5
@runs_on.posix
6
+@pytest.mark.ql_test("DB-CHECK", xfail=runs_on.linux)
7
def test(codeql, swift):
8
codeql.database.create(command="swift build", keep_trap=True)
swift/ql/integration-tests/posix/hello-world/test.py
@@ -1,9 +1,9 @@
import pytest
-
codeql.database.create(command="swift build")
9
0 commit comments