Skip to content

Commit

Permalink
[jvm] Skip test that blows up whole test file
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Oct 14, 2017
1 parent c4f9ac0 commit 611988f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S02-types/mix.t
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ subtest '.hash does not cause keys to be stringified' => {
}

# RT #131855
#?rakudo.jvm skip 'parsing issue (unicode related)'
{
is-deeply (a => ½).Mix .roll, 'a', 'Mix.roll with fractional weights';
is-deeply (a => ½).MixHash.roll, 'a', 'MixHash.roll with fractional weights';
Expand Down

0 comments on commit 611988f

Please sign in to comment.