doc(test): add a comment on why tests are disabled

This commit is contained in:
Victor Berchet 2015-03-24 09:52:41 +01:00
parent 0e61a86763
commit aab084866c
1 changed files with 3 additions and 0 deletions

View File

@ -581,6 +581,9 @@ export function main() {
}));
});
// Disabled until a solution is found, refs:
// - https://github.com/angular/angular/issues/776
// - https://github.com/angular/angular/commit/81f3f32
xdescribe('Missing directive checks', () => {
if (assertionsEnabled()) {