File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
marklogic-client-api/src/test/java/com/marklogic/client/test/datamovement Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4040
4141import static org .junit .jupiter .api .Assertions .*;
4242
43- public class RowBatcherTest {
43+ class RowBatcherTest {
44+
4445 private final static String TEST_DIR = "/test/rowbatch/unit/" ;
4546 private final static String TEST_COLLECTION = TEST_DIR +"codes" ;
4647 private final static String TABLE_NS_URI = "http://marklogic.com/table" ;
@@ -191,7 +192,8 @@ public void testJsonDocs1Thread() throws Exception {
191192 }
192193
193194 @ Test
194- @ Disabled ("A query returning no rows is now throwing an IOException on 12 nightly, so disabling temporarily." )
195+ @ Disabled ("Disabled due to https://progresssoftware.atlassian.net/browse/MLE-24579 , which causes the server to restart, " +
196+ "which can cause many other tests to fail." )
195197 void noRowsReturned () {
196198 RowBatcher <JsonNode > rowBatcher = jsonBatcher (1 );
197199 RowManager rowMgr = rowBatcher .getRowManager ();
You can’t perform that action at this time.
0 commit comments