Skip to content

Commit cae3aec

Browse files
Condition DurationHistogram_HasBucketSizeHints on RemoteExecutor (#104736)
This is breaking all outerloop legs that don't have RemoteExecutor support.
1 parent 5bc0f83 commit cae3aec

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Net.NameResolution/tests/FunctionalTests

1 file changed

+1
-1
lines changed

src/libraries/System.Net.NameResolution/tests/FunctionalTests/MetricsTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ await RemoteExecutor.Invoke(async () =>
4141
}).DisposeAsync();
4242
}
4343

44-
[Fact]
44+
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
4545
public static async Task DurationHistogram_HasBucketSizeHints()
4646
{
4747
await RemoteExecutor.Invoke(async () =>

0 commit comments

Comments
 (0)