Merge pull request #19488 from hypriot/enable-docker-trust-suite-on-arm

Enable DockerTrustSuite for ARM again
Upstream-commit: cba7ba25f4358c86aee4872186d9dfd2fc3dc0fd
Component: engine
This commit is contained in:
Tibor Vass
2016-01-22 11:23:19 -05:00
2 changed files with 7 additions and 2 deletions
@@ -128,7 +128,6 @@ type DockerTrustSuite struct {
}
func (s *DockerTrustSuite) SetUpTest(c *check.C) {
testRequires(c, NotArm)
s.reg = setupRegistry(c, false)
s.not = setupNotary(c)
}