Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jul 3, 2024
1 parent 49c280c commit e1429c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e1429c2

Please sign in to comment.