Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only skip low level lock test for RT #125977 on Moar
It works fine on JVM
  • Loading branch information
hoelzro committed Sep 4, 2015
1 parent 68f7764 commit 6786fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-lowlevel/lock.t
Expand Up @@ -88,7 +88,7 @@ plan 8;
is @log.join(','), 'ale,porter,stout', 'Condition variable worked';
}

#?rakudo skip 'runs out of filehandles on OS X RT #125977'
#?rakudo.moar skip 'runs out of filehandles on OS X RT #125977'
{
my $times = 100;
my $tried;
Expand Down

0 comments on commit 6786fc8

Please sign in to comment.