Skip to content

Commit 5e74bdc

Browse files
committed
Disable csharp test failing on macos-15
1 parent 3744ef7 commit 5e74bdc

File tree

1 file changed

+6
-0
lines changed
  • csharp/ql/integration-tests/all-platforms/diag_missing_project_files

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
import pytest
2+
import runs_on
3+
4+
5+
# Skipping the test on macos-15, as we're running into trouble.
6+
@pytest.mark.only_if(not runs_on.macos_15)
17
def test(codeql, csharp):
28
codeql.database.create(_assert_failure=True)

0 commit comments

Comments
 (0)