Skip to content

Commit

Permalink
Disable peer/quic.TestBasicFunctionality for now
Browse files Browse the repository at this point in the history
  • Loading branch information
espadolini committed Dec 11, 2024
1 parent 576192d commit 9bf5bde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/proxy/peer/quic/quic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ func TestCertificateVerification(t *testing.T) {
}

func TestBasicFunctionality(t *testing.T) {
t.Skip("disabled until quic-go/quic-go#4303 is fixed (data race)")

t.Parallel()

hostCA := newCA(t)
Expand Down

0 comments on commit 9bf5bde

Please sign in to comment.