Skip to content

Commit 0f50a26

Browse files
nt1mgsnedders
authored andcommitted
Add bad range for Safari
1 parent 1179023 commit 0f50a26

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bad-ranges.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ const STABLE_BAD_RANGES = [
2525
// Safari got a lot of broken screenshots.
2626
// https://bugs.webkit.org/show_bug.cgi?id=262078
2727
[moment('2023-09-20'), moment('2023-09-21')],
28+
// macOS Tahoe upgrade caused a bunch of bogus reftest failures.
29+
[moment('2025-09-20'), moment('2025-09-23')],
2830
];
2931

3032
const EXPERIMENTAL_BAD_RANGES = [
@@ -50,6 +52,8 @@ const EXPERIMENTAL_BAD_RANGES = [
5052
[moment('2023-09-20'), moment('2023-09-21')],
5153
[moment('2023-09-22'), moment('2023-09-23')],
5254
[moment('2024-01-29'), moment('2024-01-30')],
55+
// macOS Tahoe upgrade caused a bunch of bogus reftest failures.
56+
[moment('2025-09-20'), moment('2025-09-23')],
5357
];
5458

5559
// Advances date to the end of a bad range if it's in a bad range, and otherwise

0 commit comments

Comments
 (0)