You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGGER.error(f"Language tests ({status.context}) are still running, please wait for them to finish before running this script again")
277
-
sys.exit(1)
276
+
ifwait_for_ci:
277
+
LOGGER.error(f"Language tests ({status.context}) are still running, please wait for them to finish before running this script again (or run with --dont-wait)")
0 commit comments