This is an automated email from the ASF dual-hosted git repository.
jooger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 4fa6c874c3a IGNITE-25231 disable flaky tests (#5687)
4fa6c874c3a is described below
commit 4fa6c874c3affc3bb83721297eab871168dbca4a
Author: ygerzhedovich <[email protected]>
AuthorDate: Thu Apr 24 12:36:11 2025 +0300
IGNITE-25231 disable flaky tests (#5687)
---
.../internal/sql/engine/datatypes/ItCastToTsWithLocalTimeZoneTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/datatypes/ItCastToTsWithLocalTimeZoneTest.java
b/modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/datatypes/ItCastToTsWithLocalTimeZoneTest.java
index 619ce036b6d..63b3983a1ad 100644
---
a/modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/datatypes/ItCastToTsWithLocalTimeZoneTest.java
+++
b/modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/datatypes/ItCastToTsWithLocalTimeZoneTest.java
@@ -44,6 +44,7 @@ import org.apache.ignite.internal.util.Pair;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.function.Executable;
import org.junit.jupiter.params.ParameterizedTest;
@@ -55,6 +56,7 @@ import org.junit.jupiter.params.provider.MethodSource;
* type pairs supported by cast specification.
*/
@WithSystemProperty(key = "IMPLICIT_PK_ENABLED", value = "true")
+@Disabled("https://issues.apache.org/jira/browse/IGNITE-25174")
public class ItCastToTsWithLocalTimeZoneTest extends BaseSqlIntegrationTest {
@Override
protected int initialNodes() {