remove TODO keeping bug alive

PiperOrigin-RevId: 704339231
This commit is contained in:
Kevin Krakauer
2024-12-09 10:44:40 -08:00
committed by gVisor bot
parent 39406b00bf
commit b41e6b89da
+2 -3
View File
@@ -72,9 +72,8 @@ func RunGSUtil(ctx context.Context, t *testing.T, k8sCtx k8sctx.KubernetesContex
t.Fatalf("Failed to resolve image: %v", err)
}
// Run tests with different volume types.
// TODO(b/361182379): Use gsutil parallel sliced downloads as a test
// dimension.
// Run tests with different volume types. We could also use gsutil
// parallel sliced downloads as a test dimension.
for _, storage := range []struct {
name string
volume *v13.Volume