forked from quic-go/quic-go
catch spurious UDP sendmsg errors in multiplex integration test (#4451)
* catch spurious UDP sendmsg errors in multiplex integration test * platform-dependent isPermissionError
This commit is contained in:
7
integrationtests/self/self_suite_others_test.go
Normal file
7
integrationtests/self/self_suite_others_test.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !linux
|
||||
|
||||
package self_test
|
||||
|
||||
func isPermissionError(err error) bool {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user