5050import org .apache .spark .sql .Column ;
5151import org .apache .spark .sql .functions ;
5252import org .junit .jupiter .api .Assertions ;
53+ import org .junit .jupiter .api .Disabled ;
5354import org .junit .jupiter .api .Test ;
5455import org .w3c .dom .Document ;
5556import org .w3c .dom .Element ;
5960public class TimeQualifierTest {
6061
6162 @ Test
63+ @ Disabled (value = "Pending on issue #572 - https://github.com/teragrep/pth_10/pull/572" )
6264 public void testEarliest () {
6365 final String value = "2024-31-10" ;
6466 final String timeformat = "%Y-%d-%m" ;
@@ -140,6 +142,7 @@ public void testLatestWithoutFractions() {
140142 }
141143
142144 @ Test
145+ @ Disabled (value = "Pending on issue #572 - https://github.com/teragrep/pth_10/pull/572" )
143146 public void testLatest () {
144147 final String value = "2024-31-10" ;
145148 final String timeformat = "%Y-%d-%m" ;
@@ -157,6 +160,7 @@ public void testLatest() {
157160 }
158161
159162 @ Test
163+ @ Disabled (value = "Pending on issue #572 - https://github.com/teragrep/pth_10/pull/572" )
160164 public void testIndexEarliest () {
161165 final String value = "2024-10-31:00:00:00" ;
162166 final String timeformat = "%Y-%m-%d:HH:mm:ss" ;
@@ -174,6 +178,7 @@ public void testIndexEarliest() {
174178 }
175179
176180 @ Test
181+ @ Disabled (value = "Pending on issue #572 - https://github.com/teragrep/pth_10/pull/572" )
177182 public void testIndexLatest () {
178183 final String value = "2024-10-31:00:00:00" ;
179184 final String timeformat = "%Y-%m-%d:HH:mm:ss" ;
0 commit comments