integration: TestUpdateContainerResources_MemoryLimit: remove TODO comment

This comment was added in 09a0c9471b when the
Windows integration tests were enabled. The PR (microsoft/hcsshim#931) was
merged, and part of hcsshim v0.9.0, and support for resource limits on Windows
was added in 2bc77b8a28, so it looks like this
comment is no longer current.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-09-05 09:41:28 +02:00
parent edd59aa360
commit e041d1a2c1
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

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