* Disable zbox unittest

This commit is contained in:
qishiyao
2024-01-18 13:57:46 +08:00
parent 6f3075216c
commit 7acc0b0bf6
+1 -1
View File
@@ -443,7 +443,7 @@ pipeline {
steps {
script {
buildZboxLinux.doBuild()
buildZboxLinux.test()
//buildZboxLinux.test()
buildZboxLinux.uploadInternal()
}
}