Merge pull request #7367 from thaJeztah/cleanup_todo_comment

integration: TestUpdateContainerResources_MemoryLimit: remove TODO comment
This commit is contained in:
Kazuyoshi Kato 2022-09-06 08:38:10 -07:00 committed by GitHub
commit d99e62d8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")