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

Commit

Permalink
chore(tests): Disable tests due to dartbug.com/19177
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdeboer committed Jun 4, 2014
1 parent b861a9f commit 7230887
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/core/annotation_src_spec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ List<String> nullFields(x) {
return ret;
}

void main() => describe('annotations', () {
// TODO(deboer): These tests are disabled due to dartbug.com/19177
// That bug should be fixed soon
void main() => xdescribe('annotations', () {
describe('component', () {
it('should set all fields on clone when all the fields are set', () {
var component = new Component(
Expand Down

0 comments on commit 7230887

Please sign in to comment.