Skip to content

Commit 4d7c883

Browse files
authored
Stabilize new CICS test (#10508)
Stabilize new CICS test Co-authored-by: stuart.mcculloch <stuart.mcculloch@datadoghq.com>
1 parent a89bfc4 commit 4d7c883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-java-agent/instrumentation/cics-9.1/src/test/groovy/JavaGatewayInterfaceInstrumentationTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class JavaGatewayInterfaceInstrumentationTest extends InstrumentationSpecificati
108108
tags {
109109
// Component and rpc.system are NOT set because we didn't create a new span
110110
// We only added connection tags to the existing parent span
111-
"$Tags.PEER_HOSTNAME" "127.0.0.1"
111+
"$Tags.PEER_HOSTNAME" { it == null || it == "127.0.0.1" }
112112
"$Tags.PEER_PORT" port
113113
"$Tags.PEER_HOST_IPV4" "127.0.0.1"
114114
errorTags IOException, String

0 commit comments

Comments
 (0)