summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/projects/package/components/test.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/projects/package/components/test.lua b/tests/projects/package/components/test.lua
index 4964fecaa..a45153181 100644
--- a/tests/projects/package/components/test.lua
+++ b/tests/projects/package/components/test.lua
@@ -1,7 +1,5 @@
function main(t)
-
- -- freebsd ci is slower
- if is_host("bsd") then
+ if is_host("bsd") or is_subhost("msys") then
return
end