Skip to content

Commit 65bfb19

Browse files
committed
Enabling these tests again
Want to see if they pass on Jenkins.
1 parent 532ba7d commit 65bfb19

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

marklogic-spark-connector/src/test/java/com/marklogic/spark/reader/optic/PushDownFilterTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
package com.marklogic.spark.reader.optic;
55

66
import com.marklogic.spark.Options;
7-
import com.marklogic.spark.RequiresMarkLogic11OrLower;
87
import org.apache.spark.sql.Column;
98
import org.apache.spark.sql.Dataset;
109
import org.apache.spark.sql.Row;
1110
import org.junit.jupiter.api.Test;
12-
import org.junit.jupiter.api.extension.ExtendWith;
1311

1412
import java.util.List;
1513

@@ -19,7 +17,6 @@
1917
* As of 2024-10-29, this is mysteriously failing with 8016 connection issues on Jenkins. Does not fail on MarkLogic
2018
* 11 though. Will investigate more soon.
2119
*/
22-
@ExtendWith(RequiresMarkLogic11OrLower.class)
2320
class PushDownFilterTest extends AbstractPushDownTest {
2421

2522
/**

marklogic-spark-connector/src/test/java/com/marklogic/spark/reader/optic/PushDownFilterValueTypesTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55

66
import com.marklogic.spark.AbstractIntegrationTest;
77
import com.marklogic.spark.Options;
8-
import com.marklogic.spark.RequiresMarkLogic11OrLower;
98
import org.apache.spark.sql.Column;
109
import org.apache.spark.sql.Dataset;
1110
import org.apache.spark.sql.Row;
1211
import org.junit.jupiter.api.Test;
13-
import org.junit.jupiter.api.extension.ExtendWith;
1412

1513
import static org.junit.jupiter.api.Assertions.assertEquals;
1614

@@ -24,7 +22,6 @@
2422
* As of 2024-10-29, this is mysteriously failing with 8016 connection issues on Jenkins. Does not fail on MarkLogic
2523
* 11 though. Will investigate more soon.
2624
*/
27-
@ExtendWith(RequiresMarkLogic11OrLower.class)
2825
class PushDownFilterValueTypesTest extends AbstractIntegrationTest {
2926

3027
@Test

0 commit comments

Comments
 (0)