From 6c9d15879f760e60c8ed5242f2898930dae8469b Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Fri, 28 Nov 2025 14:20:06 +0100 Subject: [PATCH] C#: Skip .NET 10 tests for now. --- csharp/ql/integration-tests/all-platforms/dotnet_10/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/ql/integration-tests/all-platforms/dotnet_10/test.py b/csharp/ql/integration-tests/all-platforms/dotnet_10/test.py index a6c0f430b64..d34be2b8b50 100644 --- a/csharp/ql/integration-tests/all-platforms/dotnet_10/test.py +++ b/csharp/ql/integration-tests/all-platforms/dotnet_10/test.py @@ -1,9 +1,9 @@ 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): 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): codeql.database.create(build_mode="none")