Skip to content

Commit 0ef7f13

Browse files
committed
[jvm] Skip newly added test
1 parent cbd8d76 commit 0ef7f13

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

S17-supply/zip.t

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ for ThreadPoolScheduler.new, CurrentThreadScheduler -> $*SCHEDULER {
4646
X::Supply::Combinator, combinator => 'zip' );
4747
}
4848

49-
subtest {
49+
#?rakudo.jvm skip 'UnwindException in thread "main"'
50+
#?DOES 1
51+
{
52+
subtest {
5053
my $*SCHEDULER = ThreadPoolScheduler.new;
5154
react {
5255
whenever Promise.in(5) {
@@ -62,6 +65,7 @@ subtest {
6265
LAST { done }
6366
}
6467
}
65-
}, "zip will be done when any supply become done"
68+
}, "zip will be done when any supply become done"
69+
}
6670

6771
# vim: ft=perl6 expandtab sw=4

0 commit comments

Comments
 (0)