mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Test failure after one of PRs #1005
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @agracio on GitHub (Nov 12, 2025).
Failure branch:
developTest
WebContentsTests->DomReady_event_fires()is currently stuck in perpetual load. It is usingfx.MainWindow.WebContents.GetUrlthat never returns.Since it does not use ApiBase there is no timeout which causes test suit to become permanently stuck.
So far was unable to resolve it as all, endpoints and JS implementation appear to be correct.
Since it causes test suite to become permanently stuck I propose to mark test as skipped while we try to figure out what is causing failure.
EDIT: it does not fail on my branch with changes to events and tasks but started failing during merge.