Bug 1878389 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The log shows
```
INFO | REFTEST fuzzy test (23, 1) <= (0, 0) <= (23, 1)
[task 2024-02-02T18:50:15.614Z] 18:50:15     INFO - REFTEST TEST-UNEXPECTED-PASS
```

The test has a strictly-must-be-fuzzy macOS annotation, but it seems the fuzzy-failure sometimes doesn't happen. Let's relax the annotation to allow it to pass.
The log shows
```
INFO | REFTEST fuzzy test (23, 1) <= (0, 0) <= (23, 1)
[task 2024-02-02T18:50:15.614Z] 18:50:15     INFO - REFTEST TEST-UNEXPECTED-PASS
```

The test has a strictly-must-be-fuzzy macOS annotation, but it seems the fuzzy-failure didn't happen in this case.

Back to Bug 1878389 Comment 1