Skip to content

Commit

Permalink
Use t.skip instead
Browse files Browse the repository at this point in the history
  • Loading branch information
grcevski committed Feb 1, 2024
1 parent 6cda8fa commit 99d6895
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 @@ -170,7 +171,7 @@ func TestHTTP2Go(t *testing.T) {
})

// Seems flaky, we need to look into this.
if !lockdown && false {
if !lockdown {
t.Run("Go RED metrics: http2 context propagation ", func(t *testing.T) {
testNestedHTTP2Traces(t, "ping")
testNestedHTTP2Traces(t, "pingdo")
Expand Down

0 comments on commit 99d6895

Please sign in to comment.