Skip to content

Commit 709b695

Browse files
committed
Add note about possibly flaky test
This assertion failed in CI GNUStep 32bit with the retain count being 2 instead of the expected 1. If I see this issue again, I'll try to investigate it
1 parent 54e30f2 commit 709b695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

objc2/src/rc/id.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ mod tests {
499499
});
500500

501501
// make sure that the autoreleased value has been released
502+
// TODO: Investigate if this is flaky on GNUStep
502503
assert_eq!(retain_count(&*cloned), 1);
503504
}
504505

0 commit comments

Comments
 (0)