wasm tests: Restore killing browser after each test
Revert incidental change which leaked from dev environment. It's better to save CI resources by only having one tab opened in browser at a given time. Change-Id: I7f8d1af546b749b2fec4f49a6751545f52c16414 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
parent
0f19cafc3c
commit
08d642ed4e
@ -635,7 +635,7 @@ function(qt_internal_add_test name)
|
||||
# TODO: Add functionality to specify browser
|
||||
list(APPEND extra_test_args "--browser=chrome")
|
||||
list(APPEND extra_test_args "--browser_args=\"--password-store=basic\"")
|
||||
#list(APPEND extra_test_args "--kill_exit")
|
||||
list(APPEND extra_test_args "--kill_exit")
|
||||
|
||||
# Tests may require asyncify if they use exec(). Enable asyncify for
|
||||
# batched tests since this is the configuration used on the CI system.
|
||||
|
Loading…
Reference in New Issue
Block a user