Skip to content

Commit 4c33090

Browse files
committed
monix-nio: disable flaky test
1 parent ac7c964 commit 4c33090

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proj/monix-nio.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ vars.proj.monix-nio: ${vars.base} {
55
uri: "https://github.com/monix/monix-nio.git#1be84cebcb3d846890ec015281511373572e0676"
66

77
extra.exclude: ["*benchmark*"]
8+
extra.commands: ${vars.default-commands} [
9+
// prone to intermittent failure
10+
"""set monixNio / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "TcpIntegrationSpec.scala""""
11+
]
812
}

0 commit comments

Comments
 (0)