Skip to content

Commit

Permalink
Set test as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
amarziali authored and jandro996 committed Jul 1, 2024
1 parent 97e2337 commit 64e6f6e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ package datadog.trace.common.sampling
import datadog.trace.common.writer.ListWriter
import datadog.trace.core.test.DDCoreSpecification
import datadog.trace.api.sampling.PrioritySampling
import datadog.trace.test.util.Flaky

class AsmStandaloneSamplerTest extends DDCoreSpecification{

def writer = new ListWriter()

@Flaky("If last more than 1 second, it will fail.")
void "test setSamplingPriority"(){
setup:
final rate = 2000 // 1 trace each 2 seconds
Expand Down

0 comments on commit 64e6f6e

Please sign in to comment.