mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed feature tests
This commit is contained in:
committed by
Akshay Joshi
parent
7edcca9b07
commit
225c3e8f7e
@@ -500,7 +500,8 @@ def execute_test(test_module_list_passed, server_passed, driver_passed):
|
||||
test_utils.drop_database(connection, test_db_name)
|
||||
connection.close()
|
||||
# Delete test server
|
||||
test_utils.delete_test_server(test_client)
|
||||
# test_utils.delete_test_server(test_client)
|
||||
test_utils.delete_server(test_client, server_information)
|
||||
except Exception as exc:
|
||||
traceback.print_exc(file=sys.stderr)
|
||||
print(str(exc))
|
||||
|
||||
Reference in New Issue
Block a user