diff --git a/h2mux/muxmetrics_test.go b/h2mux/muxmetrics_test.go index 7f4cddf2..dd4df20f 100644 --- a/h2mux/muxmetrics_test.go +++ b/h2mux/muxmetrics_test.go @@ -86,6 +86,7 @@ func TestFlowControlDataUpdate(t *testing.T) { } func TestMuxMetricsUpdater(t *testing.T) { + t.Skip("Race condition") updateRTTChan := make(chan *roundTripMeasurement) updateReceiveWindowChan := make(chan uint32) updateSendWindowChan := make(chan uint32)