mirror of
https://github.com/moby/moby.git
synced 2025-12-06 07:41:18 +03:00
[integration] skip ppc64le oom tests for now
These tests were enabled by changing a config option on the ci machines, instead of from a patch, so let me disable them for now on ppc64le and open up another patch to enable them, where I can find out what the issues are with them. Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
This commit is contained in:
@@ -615,7 +615,7 @@ func (s *DockerSuite) TestRunWithInvalidPathforBlkioDeviceWriteIOps(c *check.C)
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestRunOOMExitCode(c *check.C) {
|
||||
testRequires(c, memoryLimitSupport, swapMemorySupport)
|
||||
testRequires(c, memoryLimitSupport, swapMemorySupport, NotPpc64le)
|
||||
errChan := make(chan error)
|
||||
go func() {
|
||||
defer close(errChan)
|
||||
|
||||
Reference in New Issue
Block a user