Skip to content

Commit 9c1f53c

Browse files
committed
wip
1 parent 606a2ef commit 9c1f53c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ abstract class AbstractServerSmokeTest extends AbstractSmokeTest {
5656
return Collections.emptySet()
5757
}
5858

59+
@Override
60+
boolean testTelemetry() {
61+
return false
62+
}
63+
5964
protected Set<String> expectedTraces(int processIndex) {
6065
if (processIndex > 0) {
6166
throw new IllegalArgumentException("Override expectedTraces(int processIndex) for multi process tests")

0 commit comments

Comments
 (0)