Skip to content

Commit

Permalink
re-enabling debugging-via-dotnet-dump for .NET 8 (#321)
Browse files Browse the repository at this point in the history
Older issues for dotnet-dump have been resolved and
as such the test is expected to pass when run using
.NET 8.

Closes #249
  • Loading branch information
nicrowe00 authored Dec 6, 2023
1 parent fc157a4 commit a865d83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion debugging-via-dotnet-dump/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"cleanup": true,
"timeoutMultiplier": 2,
"skipWhen": [
"version=8", // see https://github.com/redhat-developer/dotnet-regular-tests/issues/249
"runtime=mono" // dotnet-dump relies on coreclr features
]
}
Expand Down

0 comments on commit a865d83

Please sign in to comment.