mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Update yarn.lock to support latest version of yarn
This commit is contained in:
parent
cc9297327b
commit
05938fa6e1
@ -569,7 +569,8 @@ def execute_test(test_module_list_passed, server_passed, driver_passed,
|
||||
threading.current_thread().ident,
|
||||
threading.current_thread().name))
|
||||
# Mark failure as true
|
||||
if 'other sessions using the database.' not in str(exc):
|
||||
if 'other session using the database.' not in str(exc) and \
|
||||
'other sessions using the database.' not in str(exc):
|
||||
global failure
|
||||
failure = True
|
||||
finally:
|
||||
|
25449
web/yarn.lock
25449
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user