diff --git a/test/integration/http2go_test.go b/test/integration/http2go_test.go index 3ff0cefe8..92796fe9a 100644 --- a/test/integration/http2go_test.go +++ b/test/integration/http2go_test.go @@ -93,6 +93,7 @@ func testREDMetricsForHTTP2Library(t *testing.T, route, svcNs string) { } func testNestedHTTP2Traces(t *testing.T, url string) { + t.Skip("seems flaky, we need to look into this") var traceID string var trace jaeger.Trace @@ -169,6 +170,7 @@ func TestHTTP2Go(t *testing.T) { testREDMetricsForHTTP2Library(t, "/pingrt", "http2-go") }) + // Seems flaky, we need to look into this. if !lockdown { t.Run("Go RED metrics: http2 context propagation ", func(t *testing.T) { testNestedHTTP2Traces(t, "ping")