From 2fb49b8880945d3e2f08b7d5407c261791bfcf9f Mon Sep 17 00:00:00 2001 From: Nayana Bidari Date: Mon, 16 Dec 2024 15:25:46 -0800 Subject: [PATCH] Remove TODO. PiperOrigin-RevId: 706854080 --- runsc/container/container_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/runsc/container/container_test.go b/runsc/container/container_test.go index b8df844e6..99d2fbbd2 100644 --- a/runsc/container/container_test.go +++ b/runsc/container/container_test.go @@ -3659,7 +3659,6 @@ func int64Ptr(v int64) *int64 { } func TestSpecValidation(t *testing.T) { - // TODO(b/359591006): Add more tests. tests := []struct { name string mutate func(spec, restoreSpec *specs.Spec, mountPath, restoreMntPath string)