Skip to content

Commit e48f211

Browse files
authored
[libc++][TZDB] Disables a failing test. (#95659)
The test fails depending on the timezone database used. Disable it for now so it can be properly investigated later.
1 parent f3b4c00 commit e48f211

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// XFAIL: libcpp-has-no-experimental-tzdb
1414
// XFAIL: availability-tzdb-missing
1515

16+
// TODO TZDB Investigate why this fails.
17+
// UNSUPPORTED: target={{.*}}
18+
1619
// <chrono>
1720

1821
// class time_zone;

0 commit comments

Comments
 (0)