Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
test(ng_event_spec): Disable a test due to dartbug.com/17990
Browse files Browse the repository at this point in the history
For #801
  • Loading branch information
jbdeboer committed Apr 2, 2014
1 parent a599986 commit e4d5690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/directive/ng_events_spec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ main() {
addTest('touchend'/*, 'TouchEvent'*/);
addTest('touchmove'/*, 'TouchEvent'*/);
addTest('touchstart'/*, 'TouchEvent'*/);
addTest('transitionend');
// Disabled due to http://dartbug.com/17990
//addTest('transitionend');
}

0 comments on commit e4d5690

Please sign in to comment.