Skip to content

Commit

Permalink
Small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe committed Jun 12, 2024
1 parent 47591e1 commit ad7f178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/realm_dart/test/realm_object_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ void main() {
subscription.cancel();
});

//TODO Remove skip when of https://github.com/realm/realm-core/issues/7805 is solved
test('empty list gives no subscriptions', () async {
var config = Configuration.local([TestNotificationObject.schema, TestNotificationEmbeddedObject.schema]);
var realm = getRealm(config);
Expand Down Expand Up @@ -558,7 +559,7 @@ void main() {
await verifyNotifications<TestNotificationObject>(tno, externalChanges, null);

subscription.cancel();
});
}, skip: true);

test('wildcard', () async {
var config = Configuration.local([TestNotificationObject.schema, TestNotificationEmbeddedObject.schema]);
Expand Down

0 comments on commit ad7f178

Please sign in to comment.