fix: attempt to enable instrumentations
This commit is contained in:
parent
bb5c413be1
commit
de350c7c4f
|
@ -9,6 +9,11 @@ import spock.lang.Timeout
|
|||
@Timeout(20)
|
||||
class SparkJavaBasedTest extends AgentTestRunner {
|
||||
|
||||
static {
|
||||
System.setProperty("dd.integration.jetty.enabled", "true")
|
||||
System.setProperty("dd.integration.sparkjava.enabled", "true")
|
||||
}
|
||||
|
||||
def setupSpec() {
|
||||
TestSparkJavaApplication.initSpark()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue