Skip to content

Commit

Permalink
remove headless option (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
grouma authored Feb 23, 2018
1 parent 0a10d7e commit 8c0926c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.12.30+4

* No longer run with headless mode as there are issues with the browser.
The headless option will be added in the future when issues are
resolved.

## 0.12.30+3

* Fix a memory leak when loading browser tests.
Expand Down
1 change: 0 additions & 1 deletion lib/src/runner/browser/chrome.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class Chrome extends Browser {

if (!debug) {
args.addAll([
"--headless",
"--disable-gpu",
// We don't actually connect to the remote debugger, but Chrome will
// close as soon as the page is loaded if we don't turn it on.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
version: 0.12.30+3
version: 0.12.30+4
author: Dart Team <[email protected]>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test
Expand Down

0 comments on commit 8c0926c

Please sign in to comment.