We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fb76b commit cc76d51Copy full SHA for cc76d51
tests/duration/test_to_iso8601.py
@@ -1,3 +1,5 @@
1
+import pytest
2
+
3
import pendulum
4
5
@@ -51,6 +53,7 @@ def test_lots_of_days():
51
53
assert d.to_iso8601_string() == expected
52
54
55
56
+@pytest.mark.skip(reason="This test will fail until large changes to normalization")
57
def test_lots_of_hours():
58
# NOTE: this will fail until total_seconds normalization
59
# no longer occurs
0 commit comments