Skip to content

Commit

Permalink
[Sampler.AWS] Skip flaky unit test (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla authored Jun 9, 2023
1 parent 9fe038b commit 1c109ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void TestSamplerWithDefaults()
Assert.NotNull(sampler.Client);
}

[Fact]
[Fact(Skip = "Flaky test. Related issue: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/issues/1219")]
public void TestSamplerUpdateAndSample()
{
// setup mock server
Expand Down

0 comments on commit 1c109ba

Please sign in to comment.