diff --git a/integration/container_update_resources_test.go b/integration/container_update_resources_test.go index e5f67cfc4..a2f122a12 100644 --- a/integration/container_update_resources_test.go +++ b/integration/container_update_resources_test.go @@ -230,7 +230,6 @@ func TestUpdateContainerResources_MemorySwap(t *testing.T) { } func TestUpdateContainerResources_MemoryLimit(t *testing.T) { - // TODO(claudiub): Make this test work once https://github.com/microsoft/hcsshim/pull/931 merges. t.Log("Create a sandbox") sb, sbConfig := PodSandboxConfigWithCleanup(t, "sandbox", "update-container-resources")