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 cebe04f commit eb94b8fCopy full SHA for eb94b8f
dd-smoke-tests/tracer-flare/src/test/groovy/datadog/smoketest/TracerFlareSmokeTest.groovy
@@ -176,6 +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-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