@@ -99,15 +99,13 @@ func TestMultiProcess(t *testing.T) {
9999 assert .Empty (t , results )
100100 })
101101
102- if kprobeTracesEnabled () {
103- t .Run ("Nested traces with kprobes: rust -> java -> node -> go -> go jsonrpc -> python -> rails" , func (t * testing.T ) {
104- testNestedHTTPTracesKProbes (t )
105- })
106-
107- t .Run ("Nested traces with kprobes: SSL node python rails" , func (t * testing.T ) {
108- testNestedHTTPSTracesKProbes (t )
109- })
110- }
102+ t .Run ("Nested traces with kprobes: rust -> java -> node -> go -> go jsonrpc -> python -> rails" , func (t * testing.T ) {
103+ testNestedHTTPTracesKProbes (t )
104+ })
105+
106+ t .Run ("Nested traces with kprobes: SSL node python rails" , func (t * testing.T ) {
107+ testNestedHTTPSTracesKProbes (t )
108+ })
111109
112110 t .Run ("Instrumented processes metric" , func (t * testing.T ) {
113111 checkInstrumentedProcessesMetric (t )
@@ -124,11 +122,9 @@ func TestMultiProcessAppCP(t *testing.T) {
124122 compose .Env = append (compose .Env , `OTEL_EBPF_BPF_DISABLE_BLACK_BOX_CP=1` , `OTEL_EBPF_BPF_CONTEXT_PROPAGATION=all` , `OTEL_EBPF_BPF_TRACK_REQUEST_HEADERS=1` )
125123 require .NoError (t , compose .Up ())
126124
127- if kprobeTracesEnabled () {
128- t .Run ("Nested traces with kprobes: rust -> java -> node -> go -> go jsonrpc -> python -> rails" , func (t * testing.T ) {
129- testNestedHTTPTracesKProbes (t )
130- })
131- }
125+ t .Run ("Nested traces with kprobes: rust -> java -> node -> go -> go jsonrpc -> python -> rails" , func (t * testing.T ) {
126+ testNestedHTTPTracesKProbes (t )
127+ })
132128 require .NoError (t , compose .Close ())
133129}
134130
@@ -141,11 +137,10 @@ func TestMultiProcessAppCPNoIP(t *testing.T) {
141137
142138 require .NoError (t , compose .Up ())
143139
144- if kprobeTracesEnabled () {
145- t .Run ("Nested traces with kprobes: rust -> java -> node -> go -> go jsonrpc -> python -> rails" , func (t * testing.T ) {
146- testNestedHTTPTracesKProbes (t )
147- })
148- }
140+ t .Run ("Nested traces with kprobes: rust -> java -> node -> go -> go jsonrpc -> python -> rails" , func (t * testing.T ) {
141+ testNestedHTTPTracesKProbes (t )
142+ })
143+
149144 require .NoError (t , compose .Close ())
150145}
151146
0 commit comments