ci: ignore test timeouts in audit (#50259)

This commit is contained in:
David Sanders
2026-03-16 11:33:37 -07:00
committed by GitHub
parent ffad67222d
commit 01714757e3

View File

@@ -86,6 +86,7 @@ jobs:
!message.startsWith("Response status code does not indicate success") &&
!message.startsWith("The hosted runner lost communication with the server") &&
!message.startsWith("Dependabot encountered an error performing the update") &&
!message.startsWith("The action 'Run Electron Tests' has timed out") &&
!/Unable to make request/.test(message) &&
!/The requested URL returned error/.test(message),
)