Skip to content

Commit

Permalink
test: remove flake-prone test case (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds authored Nov 15, 2021
1 parent 5ac22a1 commit b351e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/deterministic_sampler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestDeterministicSampler(t *testing.T) {
acceptableMarginOfError = 0.05
)

testSampleRates := []uint{1, 2, 10, 50, 100}
testSampleRates := []uint{1, 2, 10, 50}

// distribution for sampling should be good
for _, sampleRate := range testSampleRates {
Expand Down

0 comments on commit b351e9a

Please sign in to comment.