Skip to content

Commit 5bcf241

Browse files
committed
try to fork the test
1 parent e45ff39 commit 5bcf241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/agent-bootstrap/src/test/groovy/datadog/trace/bootstrap/instrumentation/java/net/HostNameResolverTest.groovy renamed to dd-java-agent/agent-bootstrap/src/test/groovy/datadog/trace/bootstrap/instrumentation/java/net/HostNameResolverForkedTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package datadog.trace.bootstrap.instrumentation.java.net
22

33
import datadog.trace.test.util.DDSpecification
44

5-
class HostNameResolverTest extends DDSpecification {
5+
class HostNameResolverForkedTest extends DDSpecification {
66
def "should directly get the hostname for already resolved address #address"() {
77
given:
88
def host = HostNameResolver.getAlreadyResolvedHostName(address)

0 commit comments

Comments
 (0)