test/e2e_node: mark more tests with [NodeConformance]

This commit is contained in:
Yu-Ju Hong
2018-05-21 17:10:08 -07:00
parent 7cbd897e3e
commit 5802f18283
7 changed files with 16 additions and 16 deletions

View File

@@ -185,7 +185,7 @@ while true; do sleep 1; done
},
{
name: "as empty when pod succeeds and TerminationMessagePolicy FallbackToLogOnError is set",
name: "as empty when pod succeeds and TerminationMessagePolicy FallbackToLogOnError is set [NodeConformance]",
container: v1.Container{
Image: busyboxImage,
Command: []string{"/bin/sh", "-c"},