Summary
MonoTouchFixtures.Foundation.UrlProtocolTest.RegistrarTest is failing intermittently. It was confirmed flaky by rerun recovery: on PR #25183 (same commit 3a0e9a9f), it failed in build 13884678 but passed in build 13884667.
Failure Details
Test: MonoTouchFixtures.Foundation.UrlProtocolTest.RegistrarTest
Suite: monotouch-test (macOS)
Error message:
State
Expected: 5
But was: 4
Classification
- Type: Flaky test (confirmed by rerun recovery)
- Impact: 2 PRs, 2 builds
- Confidence: High — same commit passed and failed on different runs
Affected Builds
Root Cause Hypothesis
The test checks URL protocol registration state and appears to have a race condition or timing dependency — the state value is 4 instead of the expected 5, suggesting an async operation hasn't completed yet.
Filed automatically by CI postmortem analysis.
Summary
MonoTouchFixtures.Foundation.UrlProtocolTest.RegistrarTestis failing intermittently. It was confirmed flaky by rerun recovery: on PR #25183 (same commit3a0e9a9f), it failed in build 13884678 but passed in build 13884667.Failure Details
Test:
MonoTouchFixtures.Foundation.UrlProtocolTest.RegistrarTestSuite: monotouch-test (macOS)
Error message:
Classification
Affected Builds
Root Cause Hypothesis
The test checks URL protocol registration state and appears to have a race condition or timing dependency — the state value is 4 instead of the expected 5, suggesting an async operation hasn't completed yet.
Filed automatically by CI postmortem analysis.