File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 32
32
33
33
<!-- Filter tests based on specified TestGroup -->
34
34
<PropertyGroup Condition =" '$(TestGroup)' == 'PR'" >
35
- <!-- Only run tests for .NET 9 -->
36
- <TestRunnerFilterArguments >TargetFrameworkMoniker=Net90 </TestRunnerFilterArguments >
35
+ <!-- Only run tests for .NET 10 -->
36
+ <TestRunnerFilterArguments >TargetFrameworkMoniker=Net100 </TestRunnerFilterArguments >
37
37
<TestRunnerAdditionalArguments >$(TestRunnerAdditionalArguments) --filter "$(TestRunnerFilterArguments)"</TestRunnerAdditionalArguments >
38
38
</PropertyGroup >
39
39
Original file line number Diff line number Diff line change @@ -362,6 +362,8 @@ await ScenarioRunner.SingleTarget(
362
362
}
363
363
364
364
#if NET8_0_OR_GREATER
365
+ // See https://github.com/dotnet/dotnet-monitor/issues/8042
366
+ #if ! NET10_0
365
367
[ Fact ]
366
368
public async Task TestSystemDiagnosticsMetrics_MeterInstrumentTags ( )
367
369
{
@@ -442,6 +444,7 @@ await ScenarioRunner.SingleTarget(
442
444
} ) ;
443
445
} ) ;
444
446
}
447
+ #endif
445
448
#endif
446
449
}
447
450
}
You can’t perform that action at this time.
0 commit comments