Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #53 from kevmoo/skip_tx_test
Browse files Browse the repository at this point in the history
skip one transaction test due to #52
  • Loading branch information
kevmoo committed Jul 7, 2015
2 parents 0a5b96a + 4c2f84c commit 0e126f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: firebase
version: 0.6.0
version: 0.6.1-dev
authors:
- Anant Narayanan <[email protected]>
- Seth Ladd <[email protected]>
Expand Down
3 changes: 2 additions & 1 deletion test/firebase_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,8 @@ void main() {
expect(snapshot.hasChildren, false);
expect(snapshot.numChildren, 0);
expect(snapshot.val(), 43);
});
}, skip: 'The transaction does not complete when compiled to JS. '
'https://github.com/firebase/firebase-dart/issues/52');
});

group('onDisconnect', () {
Expand Down

0 comments on commit 0e126f9

Please sign in to comment.