forked from quic-go/quic-go
Start a unique quic server per integration test case
This fixes a race condition that could lead to errors during version negotiation. Fixes #676.
This commit is contained in:
@@ -79,6 +79,9 @@ var _ = Describe("Chrome tests", func() {
|
||||
}
|
||||
supportedVersionsBefore = protocol.SupportedVersions
|
||||
protocol.SupportedVersions = []protocol.VersionNumber{version}
|
||||
})
|
||||
|
||||
JustBeforeEach(func() {
|
||||
wd = getWebdriverForVersion(version)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user