Skip to content

Commit

Permalink
Temporarily disable Realm.logger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed May 15, 2023
1 parent a15c5e3 commit 6a01dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Future<void> main([List<String>? args]) async {
} finally {
Realm.logger = oldLogger; // re-instate previous
}
});
}, skip: 'v13.7.0 style static logger is not yet supported in the dart sdk');

baasTest('App delete user', (configuration) async {
final app = App(configuration);
Expand Down

0 comments on commit 6a01dfe

Please sign in to comment.