提交 070567b4 编写于 作者: M Medya Gh

skip docker related test on macos gh runner

上级 d32af7fc
......@@ -506,6 +506,11 @@ func validateCacheCmd(ctx context.Context, t *testing.T, profile string) {
})
t.Run("add_local", func(t *testing.T) {
if GithubActionRunner() && runtime.GOOS == "darwin" {
t.Skipf("skipping this test because Docker can not run in macos on github action free version. https://github.community/t/is-it-possible-to-install-and-configure-docker-on-macos-runner/16981")
}
dname, err := ioutil.TempDir("", profile)
if err != nil {
t.Fatalf("Cannot create temp dir: %v", err)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册