This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new f81e3ee25 Debug GitHub Actions failure
f81e3ee25 is described below
commit f81e3ee258d2db2c5b92764930f03394675060e7
Author: stariy95 <[email protected]>
AuthorDate: Tue Dec 12 16:53:35 2023 +0400
Debug GitHub Actions failure
---
.../src/test/java/org/apache/cayenne/access/jdbc/SelectActionIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/cayenne/src/test/java/org/apache/cayenne/access/jdbc/SelectActionIT.java
b/cayenne/src/test/java/org/apache/cayenne/access/jdbc/SelectActionIT.java
index b495f8a68..9538587c0 100644
--- a/cayenne/src/test/java/org/apache/cayenne/access/jdbc/SelectActionIT.java
+++ b/cayenne/src/test/java/org/apache/cayenne/access/jdbc/SelectActionIT.java
@@ -60,6 +60,7 @@ public class SelectActionIT extends RuntimeCase {
clobRelation = new TableHelper(dbHelper, "CLOB_TEST_RELATION");
}
+ @Ignore("Temporary ignore this test to debug GitHub Actions failure")
@Test
public void testFetchLimit_DistinctResultIterator() {
if (accessStackAdapter.supportsLobs()) {
@@ -76,7 +77,6 @@ public class SelectActionIT extends RuntimeCase {
}
}
- @Ignore("Temporary ignore this test to debug GitHub Actions failure")
@Test
public void testColumnSelect_DistinctResultIterator() {
if (accessStackAdapter.supportsLobs()) {