Skip to content

Commit

Permalink
DDTracerResolverTest should be ForkedTest to avoid static state leaki…
Browse files Browse the repository at this point in the history
…ng between tests (#7104)
  • Loading branch information
mcculls committed May 31, 2024
1 parent 7a79a53 commit 7b17119
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import io.opentracing.contrib.tracerresolver.TracerResolver

import static datadog.trace.api.config.TracerConfig.TRACE_RESOLVER_ENABLED

class DDTracerResolverTest extends DDSpecification {
class DDTracerResolverForkedTest extends DDSpecification {

def resolver = new DDTracerResolver()

Expand Down

0 comments on commit 7b17119

Please sign in to comment.