Skip to content

Commit 2bbab4c

Browse files
Ignore optimized snapshot test to avoid requiring snapshots
1 parent 2d5dccc commit 2bbab4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/calendar/tests/date_optimized_snapshot.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use icu_calendar::{AnyCalendar, AnyCalendarKind, Date};
66
use std::fmt::Write;
77

88
#[test]
9+
#[ignore = "Snapshot not committed; run locally when requested"]
910
fn test_generate_dates_and_durations_for_review() {
1011
let calendars = vec![
1112
AnyCalendarKind::Iso,

0 commit comments

Comments
 (0)