Update yarn.lock to support latest version of yarn
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