mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -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().ident,
|
||||||
threading.current_thread().name))
|
threading.current_thread().name))
|
||||||
# Mark failure as true
|
# 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
|
global failure
|
||||||
failure = True
|
failure = True
|
||||||
finally:
|
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