Enable portforward test after fix.

PiperOrigin-RevId: 526688386
This commit is contained in:
Zach Koopmans
2023-04-24 10:42:03 -07:00
committed by gVisor bot
parent fab2f5001a
commit 9c8109c2e7
-2
View File
@@ -41,8 +41,6 @@ import (
)
func TestPortForwardLocalMode(t *testing.T) {
// TODO(b/276812243): Fix test and revive.
t.Skip("Broken test")
ctx := context.Background()
server := dockerutil.MakeContainer(ctx, t)
defer server.CleanUp(ctx)