Skip to content

Commit

Permalink
Add Antarctica/Vostok to IGNORE list
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Apr 15, 2024
1 parent 2e8c58b commit 3abbc7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
import static org.hamcrest.Matchers.is;

public class DateUtilsTests extends OpenSearchTestCase {
private static final Set<String> IGNORE = new HashSet<>(Arrays.asList("America/Ciudad_Juarez"));
private static final Set<String> IGNORE = new HashSet<>(Arrays.asList("Antarctica/Vostok"));

public void testTimezoneIds() {
assertNull(DateUtils.dateTimeZoneToZoneId(null));
Expand Down

0 comments on commit 3abbc7f

Please sign in to comment.