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 65fc294 commit ae7f3e1Copy full SHA for ae7f3e1
dd-smoke-tests/tracer-flare/src/test/groovy/datadog/smoketest/TracerFlareSmokeTest.groovy
@@ -176,7 +176,7 @@ class TracerFlareSmokeTest extends AbstractSmokeTest {
176
validateNoUnexpectedFiles(zipContents, CORE_FILES + OPTIONAL_FILES + PROFILING_FILES)
177
}
178
179
- @Flaky("java.lang.AssertionError: No flare file created in /tmp/flare-test-profiling-disabled-5064454892910784215 within 30 seconds")
+ @Flaky("java.lang.AssertionError: No flare file created in /tmp/flare-test-profiling-disabled-xxx within 30 seconds")
180
def "tracer generates flare with profiling disabled"() {
181
when:
182
// Wait for flare file to be created independently for process 1
0 commit comments