diff --git a/debugging-via-dotnet-dump/test.json b/debugging-via-dotnet-dump/test.json index 30d2b2f..826f484 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 bd54626..7d9cf1b 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 ] }