mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Disable csharp test failing on macos-15
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
import pytest
|
||||
import runs_on
|
||||
|
||||
|
||||
# Skipping the test on macos-15, as we're running into trouble.
|
||||
@pytest.mark.only_if(not runs_on.macos_15)
|
||||
def test(codeql, csharp):
|
||||
codeql.database.create(_assert_failure=True)
|
||||
|
||||
Reference in New Issue
Block a user