Skip to content

Commit

Permalink
Remove flapping test in tracing sampling (#5047)
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>

Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
  • Loading branch information
friedrichg committed Dec 16, 2022
1 parent 9d53ea0 commit e6a3da9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/tracing/sampler/sampling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ func Test_ShouldSample(t *testing.T) {
name: "should sample 10%",
fraction: 0.1,
},
{
name: "should sample 1%",
fraction: 0.01,
},
}

totalIterations := 10000
Expand Down

0 comments on commit e6a3da9

Please sign in to comment.