Skip to content

Commit

Permalink
Skip sync_migration_test.dart completely on iOS :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed May 28, 2024
1 parent aae9729 commit 25c7967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm/tests/integration_test/all_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ void main() {
group('session_test.dart', session_test.main);
group('subscription_test.dart', subscription_test.main);
group('user_test.dart', user_test.main);
group('sync_migration_test.dart', sync_migration_test.main);
group('sync_migration_test.dart', sync_migration_test.main, skip: true);
}

0 comments on commit 25c7967

Please sign in to comment.