test: Disable userspace tests again

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2023-08-12 12:32:03 +02:00
parent f123f7d944
commit ab6430b90e

View File

@@ -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),