Skip to content

Commit

Permalink
workaround #15713 disable freebsd tssl.nim (#15718)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour authored Oct 26, 2020
1 parent 2265955 commit b56a037
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 b56a037

Please sign in to comment.