From 816f123976c2ad46d647ea6724f2cdf723df9949 Mon Sep 17 00:00:00 2001 From: Tom Deseyn Date: Tue, 15 Sep 2026 17:09:07 +0200 Subject: [PATCH] Re-enable debugging-via-dotnet-dump and dotnet-monitor-works for .NET 11 Re-enable these tests to have better visibility in where and how they fail. https://github.com/redhat-developer/dotnet-regular-tests/issues/416 https://github.com/redhat-developer/dotnet-regular-tests/issues/417 --- debugging-via-dotnet-dump/test.json | 3 +-- dotnet-monitor-works/test.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debugging-via-dotnet-dump/test.json b/debugging-via-dotnet-dump/test.json index 30d2b2fb..826f4842 100644 --- a/debugging-via-dotnet-dump/test.json +++ b/debugging-via-dotnet-dump/test.json @@ -11,8 +11,7 @@ "linux-arm" // dotnet-dump relies on features not implemented on arm ], "skipWhen": [ - "runtime=mono", // dotnet-dump relies on coreclr features - "version=11" // https://github.com/redhat-developer/dotnet-regular-tests/issues/416 + "runtime=mono" // dotnet-dump relies on coreclr features ] } diff --git a/dotnet-monitor-works/test.json b/dotnet-monitor-works/test.json index bd546264..7d9cf1be 100644 --- a/dotnet-monitor-works/test.json +++ b/dotnet-monitor-works/test.json @@ -7,6 +7,5 @@ "type": "bash", "cleanup": false, "skipWhen": [ - "version=11", // https://github.com/redhat-developer/dotnet-regular-tests/issues/416 ] }