summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-07-22 11:31:01 +0800
committerGitHub <noreply@github.com>2023-07-22 11:31:01 +0800
commit993fcf5bdac32964237b29e279ecf839095ac609 (patch)
tree0765437ef7377ad32cd2007bed6cc62c749c34a5
parent91987f8eb56b47bd88c3f27784818bde4fd05ce2 (diff)
downloadNim-993fcf5bdac32964237b29e279ecf839095ac609.tar.gz
fixes CI; disable SSL tests on osx for now (#22304)
* test CI

* disable osx
-rw-r--r--tests/async/tasyncssl.nim1
-rw-r--r--tests/misc/trunner_special.nim1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/async/tasyncssl.nim b/tests/async/tasyncssl.nim
index 222aaa3a1..57de3271d 100644
--- a/tests/async/tasyncssl.nim
+++ b/tests/async/tasyncssl.nim
@@ -1,5 +1,6 @@
 discard """
   cmd: "nim $target --hints:on --define:ssl $options $file"
+  disabled: osx
 """
 
 import asyncdispatch, asyncnet, net, strutils
diff --git a/tests/misc/trunner_special.nim b/tests/misc/trunner_special.nim
index 50a2e4d5a..e13810722 100644
--- a/tests/misc/trunner_special.nim
+++ b/tests/misc/trunner_special.nim
@@ -1,6 +1,7 @@
 discard """
   targets: "c cpp"
   joinable: false
+  disabled: osx
 """
 
 #[