Skip to content

Commit cf57597

Browse files
committed
Unfudge tests that were previously taking too long
1 parent 1974651 commit cf57597

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

S02-types/bag.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ sub showkv($x) {
258258
ok @a.grep(* eq 'a') + 2 < @a.grep(* eq 'b'), '.roll(100) (2)';
259259
}
260260

261-
#?rakudo skip 'takes too long'
262261
{
263262
my $b = {"a" => 100000000000, "b" => 1}.Bag;
264263

@@ -290,7 +289,6 @@ sub showkv($x) {
290289
is @a.grep(* eq 'b').elems, 2, '.pick(*) (2)';
291290
}
292291

293-
#?rakudo skip 'takes too long'
294292
{
295293
my $b = {"a" => 100000000000, "b" => 1}.Bag;
296294

S02-types/keybag.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ sub showkv($x) {
266266
ok @a.grep(* eq 'a') + 2 < @a.grep(* eq 'b'), '.roll(100) (2)';
267267
}
268268

269-
#?rakudo skip 'takes too long'
270269
{
271270
my $b = {"a" => 100000000000, "b" => 1}.KeyBag;
272271

@@ -298,7 +297,6 @@ sub showkv($x) {
298297
is @a.grep(* eq 'b').elems, 2, '.pick(*) (2)';
299298
}
300299

301-
#?rakudo skip 'takes too long'
302300
{
303301
my $b = {"a" => 100000000000, "b" => 1}.KeyBag;
304302

0 commit comments

Comments
 (0)