Mark runtime conformance tests as flaky and not run them in jenkins CI.

Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
Vishnu kannan
2016-06-03 13:57:44 -07:00
parent 69e45dc30d
commit 4e3bce8cb7
4 changed files with 9 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ type testStatus struct {
Ready bool
}
var _ = Describe("Container runtime Conformance Test", func() {
var _ = Describe("[FLAKY] Container runtime Conformance Test", func() {
var cl *client.Client
BeforeEach(func() {