Skip to content

Commit

Permalink
Skip test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Sep 29, 2023
1 parent a44dd1d commit 0df4770
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ class PortValidatorUnitTest {

val socks = UnixSockets.Socks()
socks.set(TorConfig.Option.FileSystemFile(Path(sb.toString())))
if (socks.value == null) return // skip test

println(socks.value?.value?.length)
validator.add(socks)
sb.append('j')
Expand Down

0 comments on commit 0df4770

Please sign in to comment.