Skip to content

Commit 5860ee9

Browse files
committed
Removing unused includeCrashTracking method
This was left over from earlier change Ultimately, move this method up to AbstractSmokeTest with the name addCrashTracking instead
1 parent 7eea23e commit 5860ee9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ abstract class AbstractServerSmokeTest extends AbstractSmokeTest {
3939

4040
protected OkHttpClient client = OkHttpUtils.client()
4141

42-
protected boolean includeCrashTracking() {
43-
return true
44-
}
45-
4642
protected File createTemporaryFile() {
4743
return null
4844
}

0 commit comments

Comments
 (0)