mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed feature test failures on the selenium grid for concurrent execution.
This commit is contained in:
committed by
Akshay Joshi
parent
96939ba985
commit
d927a517aa
@@ -510,7 +510,7 @@ def execute_test(test_module_list_passed, server_passed, driver_passed):
|
||||
# Delete web-driver instance
|
||||
thread_name = "parallel_tests" + server_passed['name']
|
||||
if threading.currentThread().getName() == thread_name:
|
||||
driver_passed.quit()
|
||||
test_utils.quit_webdriver(driver_passed)
|
||||
time.sleep(20)
|
||||
|
||||
# Print info about completed tests
|
||||
|
||||
Reference in New Issue
Block a user