Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Refudge hanging concurrency test on Rakudo/JVM.
  • Loading branch information
arnsholt committed Mar 30, 2014
1 parent 39cafaf commit 192b52c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S17-concurrency/supply.t
Expand Up @@ -57,6 +57,7 @@ plan 16;
is ~@a2, "1 2 3 4 5 6 7 8 9 10 end", "Second tap also gets all values";
}

#?rakudo.jvm skip "hangs"
{
my $p = Supply.for(2..6);
my @a;
Expand Down

0 comments on commit 192b52c

Please sign in to comment.