Skip to content

Commit f9f1d9e

Browse files
committed
Swift: Ignore some DB-CHECK results on Linux
1 parent d52e9bc commit f9f1d9e

File tree

2 files changed

+3
-1
lines changed
  • swift/ql/integration-tests/posix

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
import pytest
12
import runs_on
23

34

45
@runs_on.posix
6+
@pytest.mark.ql_test("DB-CHECK", xfail=runs_on.linux)
57
def test(codeql, swift):
68
codeql.database.create(command="swift build", keep_trap=True)

swift/ql/integration-tests/posix/hello-world/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import pytest
2-
32
import runs_on
43

54

65
@runs_on.posix
6+
@pytest.mark.ql_test("DB-CHECK", xfail=runs_on.linux)
77
def test(codeql, swift):
88
codeql.database.create(command="swift build")
99

0 commit comments

Comments
 (0)