Skip to content

Commit

Permalink
Disable http2 context prop test (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
grcevski authored Feb 1, 2024
1 parent 4a06207 commit 7d71758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/http2go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 7d71758

Please sign in to comment.