doc(test): add a comment on why tests are disabled
This commit is contained in:
parent
0e61a86763
commit
aab084866c
|
@ -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', () => {
|
xdescribe('Missing directive checks', () => {
|
||||||
|
|
||||||
if (assertionsEnabled()) {
|
if (assertionsEnabled()) {
|
||||||
|
|
Loading…
Reference in New Issue