diff --git a/test/e2e/nat_double_test.go b/test/e2e/nat_double_test.go index 63804896..f8210fae 100644 --- a/test/e2e/nat_double_test.go +++ b/test/e2e/nat_double_test.go @@ -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 diff --git a/test/e2e/nat_test.go b/test/e2e/nat_test.go index c10b7e75..b2906b2b 100644 --- a/test/e2e/nat_test.go +++ b/test/e2e/nat_test.go @@ -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