Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions swift/ql/integration-tests/posix/deduplication/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import pytest
import runs_on


@runs_on.posix
@pytest.mark.ql_test("DB-CHECK", xfail=runs_on.linux)
def test(codeql, swift):
codeql.database.create(command="swift build", keep_trap=True)
2 changes: 1 addition & 1 deletion swift/ql/integration-tests/posix/hello-world/test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import pytest

import runs_on


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

Expand Down
Loading