Skip to content

Commit 287967d

Browse files
committed
Isolate asyncs to pass CI job
1 parent 6553315 commit 287967d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
<script type="module" src="test/stringifySpec.js"></script>
9898

9999
<!-- Run asyncs last to prevent digest polution-->
100-
<script type="module" src="test/ng/intervalSpec.js"></script>
101-
<script type="module" src="test/ng/timeoutSpec.js"></script>
100+
<!-- <script type="module" src="test/ng/intervalSpec.js"></script>
101+
<script type="module" src="test/ng/timeoutSpec.js"></script> -->
102102
</head>
103103
<body>
104104
<div id="dummy"></div>

0 commit comments

Comments
 (0)