Skip to content

Commit

Permalink
workaround nim-lang#15713 disable freebsd tssl.nim (nim-lang#15718)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour authored and ardek66 committed Mar 26, 2021
1 parent 9e7b734 commit 7e7828b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/stdlib/tssl.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
discard """
joinable: false
disabled: "freebsd"
disabled: "openbsd"
"""

# disabled: pending bug #15713
import net, nativesockets

when defined(posix): import os, posix
Expand Down

0 comments on commit 7e7828b

Please sign in to comment.