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

Commit 0c0a6b9

Browse files
committed
chore: disable flaky test on dart2js
1 parent 993e728 commit 0c0a6b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/routing/ng_view_spec.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ main() {
103103

104104

105105
it('should switch nested templates', async(() {
106+
// This test is disable on dart2js because it is flaky
107+
// on dart v1.2. Kasper is looking into it. In the
108+
// meantime we are disabling it.
109+
if (identical(1, 1.0)) return;
106110
Element root = _.compile('<ng-view></ng-view>');
107111
expect(root.text).toEqual('');
108112

0 commit comments

Comments
 (0)