Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
skip hanging tests :(
  • Loading branch information
timo committed Nov 21, 2013
1 parent 259ed8d commit 3554f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions S17-concurrency/channel.t
Expand Up @@ -38,6 +38,7 @@ plan 14;
is ~$p.Channel.list, "1 2 3 4 5", "Publish.for and .Channel work";
}

#?rakudo skip "hangs"
{
my $p = Publish.for(1..5);
is ~@($p.Channel), "1 2 3 4 5", "Publish.for and @(.Channel) work";
Expand Down
1 change: 1 addition & 0 deletions S17-concurrency/supply.t
Expand Up @@ -60,6 +60,7 @@ plan 16;
is ~@a2, "1 2 3 4 5 6 7 8 9 10 end", "Second tap also gets all values";
}

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

0 comments on commit 3554f38

Please sign in to comment.