We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3744ef7 commit 5e74bdcCopy full SHA for 5e74bdc
1 file changed
csharp/ql/integration-tests/all-platforms/diag_missing_project_files/test.py
@@ -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)
7
def test(codeql, csharp):
8
codeql.database.create(_assert_failure=True)
0 commit comments