Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only two of these are not handled, the one in `TestBuildForceRm` is intended to not be handled, while the other one in `TestBuildResourceConstraintsAreUsed` causes problem. In test case `TestBuildResourceConstraintsAreUsed`, somehow we are not able to access network to get base image, but the error message is: ``` Error: failed to inspect container : Unable to read inspect data: json: cannot unmarshal array into Go value of type types.ContainerJSON ``` Totally confusion. Signed-off-by: Qiang Huang <[email protected]>
- Loading branch information