File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.12.30+4
2+
3+ * No longer run with headless mode as there are issues with the browser.
4+ The headless option will be added in the future when issues are
5+ resolved.
6+
17## 0.12.30+3
28
39* Fix a memory leak when loading browser tests.
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ class Chrome extends Browser {
4646
4747 if (! debug) {
4848 args.addAll ([
49- "--headless" ,
5049 "--disable-gpu" ,
5150 // We don't actually connect to the remote debugger, but Chrome will
5251 // close as soon as the page is loaded if we don't turn it on.
Original file line number Diff line number Diff line change 11name : test
2- version : 0.12.30+3
2+ version : 0.12.30+4
33author :
Dart Team <[email protected] > 44description : A library for writing dart unit tests.
55homepage : https://github.com/dart-lang/test
You can’t perform that action at this time.
0 commit comments