We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabf1b2 commit 2a9fd1bCopy full SHA for 2a9fd1b
test-complete/src/test/java/com/marklogic/client/datamovement/functionaltests/ExportListenerTest.java
@@ -32,6 +32,7 @@
32
import org.junit.Assert;
33
import org.junit.Before;
34
import org.junit.BeforeClass;
35
+import org.junit.Ignore;
36
import org.junit.Test;
37
38
import com.fasterxml.jackson.databind.JsonNode;
@@ -174,7 +175,7 @@ public void tearDown() throws Exception {
174
175
*
176
* Git Issue:
177
*/
- @Test
178
+ @Ignore
179
public void readPointInTimeQuery() throws Exception{
180
Map<String, String> props = new HashMap<String, String>();
181
props.put("merge-timestamp","-6000000000");
0 commit comments