mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Skip .NET 10 tests for now.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
@pytest.mark.flaky(rerun_filter=lambda *args: runs_on.macos)
|
@pytest.mark.skip(reason=".NET 10 info command crashes")
|
||||||
def test1(codeql, csharp):
|
def test1(codeql, csharp):
|
||||||
codeql.database.create()
|
codeql.database.create()
|
||||||
|
|
||||||
@pytest.mark.flaky(rerun_filter=lambda *args: runs_on.macos)
|
@pytest.mark.skip(reason=".NET 10 info command crashes")
|
||||||
def test2(codeql, csharp):
|
def test2(codeql, csharp):
|
||||||
codeql.database.create(build_mode="none")
|
codeql.database.create(build_mode="none")
|
||||||
|
|||||||
Reference in New Issue
Block a user