Skip to content

Commit

Permalink
Pull request: handle races in quic-go
Browse files Browse the repository at this point in the history
Merge in DNS/dnsproxy from hello-races to master

Squashed commit of the following:

commit 759896e
Author: Andrey Meshkov <[email protected]>
Date:   Wed Oct 19 15:44:15 2022 +0300

    handle races in quic-go
  • Loading branch information
ameshkov committed Oct 19, 2022
1 parent c76fa43 commit 8dfa813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upstream/upstream_doh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ func TestUpstreamDoH(t *testing.T) {
}

func TestUpstreamDoH_raceReconnect(t *testing.T) {
// TODO(ameshkov): report or fix races in quic-go and enable this back.
t.Skip("Disable this test temporarily until races are fixed in quic-go")

testCases := []struct {
name string
http3Enabled bool
Expand Down

0 comments on commit 8dfa813

Please sign in to comment.