Commit c0bb33d
committed
Don’t load Tainted References during QUnit tests
Apparently this causes problems during the QUnit tests, because they
want all code to be loaded before starting to run any of it, but here
we’re lazily loading additional ResourceLoader modules. I don’t think we
have any QUnit tests for tainted refs, so it’s probably fine to skip
loading the module in that case.
Bug: T330293
Change-Id: I44ff7c2bdd10680b71d453025d4a449cec5cc49e1 parent 171ef70 commit c0bb33d
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
209 | 212 | | |
210 | 213 | | |
211 | 214 | | |
| |||
0 commit comments