Skip to content

Commit 7230887

Browse files
committed
chore(tests): Disable tests due to dartbug.com/19177
1 parent b861a9f commit 7230887

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/core/annotation_src_spec.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ List<String> nullFields(x) {
3030
return ret;
3131
}
3232

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

0 commit comments

Comments
 (0)