integration: TestUpdateContainerResources_MemoryLimit: remove TODO comment
This comment was added in09a0c9471b
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 in2bc77b8a28
, so it looks like this comment is no longer current. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
edd59aa360
commit
e041d1a2c1
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user