Mark more conformance tests.

This commit is contained in:
Random-Liu
2016-09-20 16:33:35 -07:00
parent 2c50d2b6fc
commit f4aee8664d
8 changed files with 21 additions and 21 deletions

View File

@@ -234,7 +234,7 @@ while true; do sleep 1; done
},
} {
testCase := testCase
It(testCase.description, func() {
It(testCase.description+" [Conformance]", func() {
name := "image-pull-test"
command := []string{"/bin/sh", "-c", "while true; do sleep 1; done"}
container := ConformanceContainer{