forked from quic-go/quic-go
ci: also run integration tests on Windows and macOS (#3987)
This commit is contained in:
@@ -453,7 +453,7 @@ var _ = Describe("Handshake tests", func() {
|
||||
|
||||
It("rejects invalid Retry token with the INVALID_TOKEN error", func() {
|
||||
serverConfig.RequireAddressValidation = func(net.Addr) bool { return true }
|
||||
serverConfig.MaxRetryTokenAge = time.Nanosecond
|
||||
serverConfig.MaxRetryTokenAge = -time.Second
|
||||
|
||||
server, err := quic.ListenAddr("localhost:0", getTLSConfig(), serverConfig)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
|
||||
Reference in New Issue
Block a user