Skip to content

Commit

Permalink
fixes CI; disable SSL tests on osx for now (#22304)
Browse files Browse the repository at this point in the history
* test CI

* disable osx

(cherry picked from commit 993fcf5)
  • Loading branch information
ringabout authored and narimiran committed Oct 10, 2023
1 parent ec72abc commit 3c9b68d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/async/tasyncssl.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
discard """
cmd: "nim $target --hints:on --define:ssl $options $file"
disabled: osx
"""

import asyncdispatch, asyncnet, net, strutils
Expand Down
1 change: 1 addition & 0 deletions tests/misc/trunner_special.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
discard """
targets: "c cpp"
joinable: false
disabled: osx
"""

#[
Expand Down

0 comments on commit 3c9b68d

Please sign in to comment.