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

Commit 59d6659

Browse files
committed
chore(introspection): Disable a failing test
1 parent 691c4ca commit 59d6659

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/introspection_spec.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ void main() {
3737
expect(toHtml(ngQuery(div, 'li'))).toEqual('<li>stash</li><li>secret</li>');
3838
});
3939

40-
it('should be available from Javascript', () {
40+
// Does not work in dart2js. deboer is investigating.
41+
xit('should be available from Javascript', () {
4142
ngBootstrap(element: new Element.html('<div></div>'));
4243
expect(js.context['ngProbe']).toBeDefined();
4344
expect(js.context['ngScope']).toBeDefined();

0 commit comments

Comments
 (0)