Skip to content

Commit 45a379a

Browse files
committed
Try conditional 'buildable' in the new test's stanza to skip the test on non-unix platforms
1 parent d54ca6e commit 45a379a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

trace-dispatcher/trace-dispatcher.cabal

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ test-suite trace-dispatcher-prometheus-simple-test
127127
, QuickCheck
128128
, cardano-prometheus-tracker
129129

130+
if !(os(linux) || os(darwin) || os(freebsd))
131+
buildable: False
132+
130133
test-suite trace-dispatcher-test
131134
import: project-config
132135
type: exitcode-stdio-1.0

0 commit comments

Comments
 (0)