Skip to content

Commit

Permalink
Remove the test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
FCO committed Apr 12, 2024
1 parent d0894c7 commit 1c0676e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for Red

{{$NEXT}}
- Remove the test skip

0.1.70 2024-04-12T03:09:58+01:00
- New incompatible rakudo version
Expand Down
8 changes: 1 addition & 7 deletions t/23-metamodel-model.rakutest
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@ is-deeply Ble.^columns>>.name.Set, set < $!a $!b $!c $!e >;

is Bla.^migration-hash<columns>.elems, 1;
is Bla.^migration-hash<name>, "bla";
# TODO: Remove skip when Raku 2024.03+ is fixed
# migration is not working anyway
if $*RAKU.compiler.version >= v2024.03 {
skip "Raku 2024.03+ has a bug", 1;
} else {
is Bla.^migration-hash<version>, v0;
}
is Bla.^migration-hash<version>, v0;

is Ble.^migration-hash<columns>.elems, 4;
is Ble.^migration-hash<name>, "not-ble";
Expand Down

0 comments on commit 1c0676e

Please sign in to comment.