The test MonoTouchFixtures.Security.RecordTest.DeskCase_83099_InmutableDictionary is flaky on macOS CI machines.
Failure
The test fails intermittently with:
Password could not be saved to keychain. queryCode: ItemNotFound addCode: DuplicateItem updateCode: -1
Expected: True
But was: False
The keychain reports DuplicateItem when adding, but ItemNotFound when querying — indicating inconsistent keychain state on the CI machine.
Recent occurrence
Possible fixes
- Clean up the keychain entry before/after the test to avoid stale state from previous runs.
- Repeat the test a few times to see if it eventually passes
The test
MonoTouchFixtures.Security.RecordTest.DeskCase_83099_InmutableDictionaryis flaky on macOS CI machines.Failure
The test fails intermittently with:
The keychain reports
DuplicateItemwhen adding, butItemNotFoundwhen querying — indicating inconsistent keychain state on the CI machine.Recent occurrence
Possible fixes