提交 666f780a 编写于 作者: M Medya Gh

skip none for olm addon

上级 2b377745
......@@ -331,6 +331,9 @@ func validateHelmTillerAddon(ctx context.Context, t *testing.T, profile string)
}
func validateOlmAddon(ctx context.Context, t *testing.T, profile string) {
if NoneDriver() {
t.Skipf("Skipping none driver, olm addon is not supported on none driver")
}
defer PostMortemLogs(t, profile)
client, err := kapi.Client(profile)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册