summaryrefslogtreecommitdiff
path: root/tests/projects/go/console/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-04-09 22:57:25 +0800
committerruki <[email protected]>2023-04-09 22:57:25 +0800
commit4409050621e7872e50634cf0e331ffc70b69ddb6 (patch)
tree3ece8e92337f55db740da7f64c5df4936357a645 /tests/projects/go/console/test.lua
parentd9f9bed6e41e18b5a24e365c6632b6a5377986b8 (diff)
disable go tests util it's fixed
Diffstat (limited to 'tests/projects/go/console/test.lua')
-rw-r--r--tests/projects/go/console/test.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/projects/go/console/test.lua b/tests/projects/go/console/test.lua
index 92168a8c1..cfbf7db48 100644
--- a/tests/projects/go/console/test.lua
+++ b/tests/projects/go/console/test.lua
@@ -1,9 +1,6 @@
--- main entry
function main(t)
-
- -- build project
if is_host("macosx") and os.arch() ~= "arm64" then
- t:build()
+-- t:build()
else
return t:skip("wrong host platform")
end