Skip to content

Commit d52cbb4

Browse files
committed
MLE-24579 Updated disabled test comment
1 parent 1fe9b82 commit d52cbb4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

marklogic-client-api/src/test/java/com/marklogic/client/test/datamovement/RowBatcherTest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040

4141
import 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();

0 commit comments

Comments
 (0)