mirror of
https://github.com/moby/moby.git
synced 2026-08-05 07:30:57 +00:00
Skip test TestBridgeINCRouted in rootless mode
Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
@@ -350,6 +350,7 @@ func TestBridgeINC(t *testing.T) {
|
||||
// TestBridgeINCRouted makes sure a container on a gateway-mode=nat network can establish
|
||||
// a connection to a container on a gateway-mode=routed network, but not vice-versa.
|
||||
func TestBridgeINCRouted(t *testing.T) {
|
||||
skip.If(t, testEnv.IsRootless(), "can't set filter-forward policy in rootless netns")
|
||||
ctx := setupTest(t)
|
||||
|
||||
d := daemon.New(t)
|
||||
|
||||
Reference in New Issue
Block a user