We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10e79c commit 032aad2Copy full SHA for 032aad2
dd-smoke-tests/src/main/groovy/datadog/smoketest/AbstractServerSmokeTest.groovy
@@ -3,6 +3,7 @@ package datadog.smoketest
3
4
import datadog.trace.agent.test.utils.OkHttpUtils
5
import datadog.trace.agent.test.utils.PortUtils
6
+import datadog.trace.test.util.Flaky
7
import okhttp3.OkHttpClient
8
import spock.lang.Shared
9
import static org.junit.Assume.assumeTrue
@@ -155,6 +156,7 @@ abstract class AbstractServerSmokeTest extends AbstractSmokeTest {
155
156
[]
157
}
158
159
+ @Flaky("Possible reasons: tests are too fast, the waiting mechanism is not robust enough; somehow too much telemetry is produced.")
160
@RunLast
161
@SuppressWarnings('UnnecessaryBooleanExpression')
162
void 'receive telemetry app-dependencies-loaded'() {
0 commit comments