Skip to content

Commit 0f5d84f

Browse files
authored
Mark TracerFlareSmokeTest 'tracer generates flare with profiling template override' as flaky (other tests in this class are already marked as @flaky) (#10712)
Mark TracerFlareSmokeTest 'tracer generates flare with profiling template override' as flaky (other tests in this class are already marked as @flaky) Co-authored-by: stuart.mcculloch <stuart.mcculloch@datadoghq.com>
1 parent 1c44c6f commit 0f5d84f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dd-smoke-tests/tracer-flare/src/test/groovy/datadog/smoketest/TracerFlareSmokeTest.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ class TracerFlareSmokeTest extends AbstractSmokeTest {
199199
validateNoUnexpectedFiles(zipContents, CORE_FILES + OPTIONAL_FILES)
200200
}
201201
202+
@Flaky("No flare file created in 30 seconds under various JDKs: oracle8, ibm8, zulu8")
202203
def "tracer generates flare with profiling template override"() {
203204
when:
204205
// Wait for flare file to be created for process 2 (profiling with template override)

0 commit comments

Comments
 (0)