Skip to content

Commit 899d223

Browse files
committed
[JVM] Skip hanging test
1 parent e863b94 commit 899d223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S16-filehandles/argfiles.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $output = Test::Util::run('.say for lines()', :args($tmp-file-name xx 3));
5353
# RT #126494
5454
is-deeply @lines, [|<one two three> xx 3], 'lines() using $*ARGFILES, works for more than one file';
5555

56-
#?rakudo.jvm todo 'hangs, RT #131393'
56+
#?rakudo.jvm skip 'hangs, RT #131393'
5757
{
5858
$output = Test::Util::run('.say for lines()', "foo\nbar\nbaz\n");
5959
@lines = lines($output);

0 commit comments

Comments
 (0)