mirror of
https://github.com/github/codeql.git
synced 2026-03-30 12:18:18 +02:00
Merge pull request #21474 from jketema/jketema/swift-linux-2
Swift: Ignore some DB-CHECK results on Linux
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user