Skip to content

Commit

Permalink
Enable RuntimeMetricsShutdownSmokeTest only for .NET 9+ (#6316)
Browse files Browse the repository at this point in the history
## Summary of changes

Disable RuntimeMetricsShutdownSmokeTest in runtimes prior to .NET 9.

## Reason for change

We get a ton of non-actionable failures because of
dotnet/runtime#103480, which defeats the
purpose of the test.
  • Loading branch information
kevingosse authored Nov 20, 2024
1 parent 7566d1b commit b32c788
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2017 Datadog, Inc.
// </copyright>

#if !NETFRAMEWORK
#if NET9_0_OR_GREATER

using System.Threading.Tasks;
using Xunit;
Expand Down

0 comments on commit b32c788

Please sign in to comment.