Disable broken CI tests

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2023-07-04 08:33:35 +02:00
parent de63f0f914
commit 77b2530a30
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ import (
* │ n1 │ │ n2 │
* └──────┘ └──────┘
*/
var _ = Context("nat double: Carrier Grade NAT setup with two relays and a single signaling server", func() {
var _ = Context("nat double: Carrier Grade NAT setup with two relays and a single signaling server", Pending, func() {
var (
err error

View File

@@ -24,7 +24,7 @@ import (
* - 2x NAT routers [nat?]
* - 1x WAN switch [wan?]
* - 2x LAN switches [lan?]
* - 2x cunicu Agent nodes [n?]
* - 2x cunicu Agent nodes [n?]git restore --staged
*
* ┌──────┐ ┌──────┐
* │ r1 │ │ s1 │
@@ -45,7 +45,7 @@ import (
* │ n1 │ │ n2 │ │ (n3) │
* └──────┘ └──────┘ └──────┘
*/
var _ = Context("nat simple: Simple home-router NAT setup", func() {
var _ = Context("nat simple: Simple home-router NAT setup", Pending, func() {
var (
err error