We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc0f83 commit cae3aecCopy full SHA for cae3aec
src/libraries/System.Net.NameResolution/tests/FunctionalTests/MetricsTest.cs
@@ -41,7 +41,7 @@ await RemoteExecutor.Invoke(async () =>
41
}).DisposeAsync();
42
}
43
44
- [Fact]
+ [ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
45
public static async Task DurationHistogram_HasBucketSizeHints()
46
{
47
await RemoteExecutor.Invoke(async () =>
0 commit comments