1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

Skip notary tests which update system clock

Currently some notary tests change the system clock to check for expiration.
Skip these tests until the code can be refactored to not rely on updating the system clock.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
Derek McGowan
2015-07-29 12:09:40 -07:00
parent 3a7b4230b2
commit bf3c1e6a3a
4 changed files with 6 additions and 0 deletions

View File

@ -345,6 +345,7 @@ func (s *DockerTrustSuite) TestTrustedIsolatedCreate(c *check.C) {
}
func (s *DockerTrustSuite) TestCreateWhenCertExpired(c *check.C) {
c.Skip("Currently changes system time, causing instability")
repoName := s.setupTrustedImage(c, "trusted-create-expired")
// Certificates have 10 years of expiration