mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(reports): propagate PlaywrightTimeout so execution transitions to ERROR state (#39176)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
(cherry picked from commit 587fe4af63)
This commit is contained in:
committed by
Michael S. Molina
parent
fcd2bac21d
commit
e9ca6e04d5
@@ -387,8 +387,7 @@ class WebDriverPlaywright(WebDriverProxy):
|
||||
)
|
||||
|
||||
except PlaywrightTimeout:
|
||||
# raise again for the finally block, but handled above
|
||||
pass
|
||||
raise
|
||||
except PlaywrightError:
|
||||
logger.exception(
|
||||
"Encountered an unexpected error when requesting url %s", url
|
||||
|
||||
Reference in New Issue
Block a user