mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
test: Disable userspace tests again
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -133,7 +133,7 @@ var _ = Context("simple: Simple local-area switched topology with variable numbe
|
||||
n.ConnectivityTestsForAllCandidateTypes()
|
||||
})
|
||||
|
||||
Context("userspace: Use wireguard-go userspace interfaces", Label("userspace"), func() {
|
||||
Context("userspace: Use wireguard-go userspace interfaces", Label("userspace"), Pending, func() {
|
||||
BeforeEach(func() {
|
||||
n.WireGuardInterfaceOptions = append(n.WireGuardInterfaceOptions,
|
||||
wopt.WriteConfigFile(true),
|
||||
|
Reference in New Issue
Block a user