Skip to content

Commit

Permalink
Swift: use xcode fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun82 committed Jan 17, 2025
1 parent 1cf2274 commit 8c54f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swift/ql/integration-tests/osx/hello-ios/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@runs_on.macos
@pytest.mark.ql_test("DB-CHECK", xfail=True)
def test(codeql, swift):
def test(codeql, swift, xcode_16):
codeql.database.create(
command="xcodebuild build "
"CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO",
Expand Down
2 changes: 1 addition & 1 deletion swift/ql/integration-tests/osx/hello-xcode/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@runs_on.macos
@pytest.mark.ql_test("DB-CHECK", xfail=True)
def test(codeql, swift):
def test(codeql, swift, xcode_all):
codeql.database.create(
command="xcodebuild build "
"-project codeql-swift-autobuild-test.xcodeproj "
Expand Down

0 comments on commit 8c54f51

Please sign in to comment.