Skip to content

Commit 6c9d158

Browse files
committed
C#: Skip .NET 10 tests for now.
1 parent af41ca0 commit 6c9d158

File tree

1 file changed

+2
-2
lines changed
  • csharp/ql/integration-tests/all-platforms/dotnet_10

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import pytest
22

3-
@pytest.mark.flaky(rerun_filter=lambda *args: runs_on.macos)
3+
@pytest.mark.skip(reason=".NET 10 info command crashes")
44
def test1(codeql, csharp):
55
codeql.database.create()
66

7-
@pytest.mark.flaky(rerun_filter=lambda *args: runs_on.macos)
7+
@pytest.mark.skip(reason=".NET 10 info command crashes")
88
def test2(codeql, csharp):
99
codeql.database.create(build_mode="none")

0 commit comments

Comments
 (0)