Skip to content

Commit

Permalink
Condition DurationHistogram_HasBucketSizeHints on RemoteExecutor (#10…
Browse files Browse the repository at this point in the history
…4736)

This is breaking all outerloop legs that don't have RemoteExecutor support.
  • Loading branch information
MichalStrehovsky committed Jul 11, 2024
1 parent 5bc0f83 commit cae3aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ await RemoteExecutor.Invoke(async () =>
}).DisposeAsync();
}

[Fact]
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
public static async Task DurationHistogram_HasBucketSizeHints()
{
await RemoteExecutor.Invoke(async () =>
Expand Down

0 comments on commit cae3aec

Please sign in to comment.