diff --git a/sdk/sdk_test.go b/sdk/sdk_test.go index a1f09014..4afadc32 100644 --- a/sdk/sdk_test.go +++ b/sdk/sdk_test.go @@ -58,6 +58,10 @@ kq l 60 */ func Test2(t *testing.T) { + if isGithubCI() { + mylog.Info("github ci windows not support vt-x nested virtualization,skip test") + return + } //Dependencies := []string{ // "hyperhv.dll", // "hyperlog.dll",