only run test bots with VM
diff --git a/.test_config b/.test_config
index 412fc5c..531426a 100644
--- a/.test_config
+++ b/.test_config
@@ -1,3 +1,5 @@
 {
-  "test_package": true
+  "test_package": {
+    "platforms": ["vm"]
+  }
 }
\ No newline at end of file