Skip to content

Commit 032aad2

Browse files
Mark test as flaky. (#9268)
1 parent a10e79c commit 032aad2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dd-smoke-tests/src/main/groovy/datadog/smoketest/AbstractServerSmokeTest.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package datadog.smoketest
33

44
import datadog.trace.agent.test.utils.OkHttpUtils
55
import datadog.trace.agent.test.utils.PortUtils
6+
import datadog.trace.test.util.Flaky
67
import okhttp3.OkHttpClient
78
import spock.lang.Shared
89
import static org.junit.Assume.assumeTrue
@@ -155,6 +156,7 @@ abstract class AbstractServerSmokeTest extends AbstractSmokeTest {
155156
[]
156157
}
157158

159+
@Flaky("Possible reasons: tests are too fast, the waiting mechanism is not robust enough; somehow too much telemetry is produced.")
158160
@RunLast
159161
@SuppressWarnings('UnnecessaryBooleanExpression')
160162
void 'receive telemetry app-dependencies-loaded'() {

0 commit comments

Comments
 (0)