Skip to content

Commit 2a9fd1b

Browse files
Ajit GeorgeAjit George
Ajit George
authored and
Ajit George
committed
Test to be changed when PointInTime feature is completed.
1 parent eabf1b2 commit 2a9fd1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-complete/src/test/java/com/marklogic/client/datamovement/functionaltests/ExportListenerTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import org.junit.Assert;
3333
import org.junit.Before;
3434
import org.junit.BeforeClass;
35+
import org.junit.Ignore;
3536
import org.junit.Test;
3637

3738
import com.fasterxml.jackson.databind.JsonNode;
@@ -174,7 +175,7 @@ public void tearDown() throws Exception {
174175
*
175176
* Git Issue:
176177
*/
177-
@Test
178+
@Ignore
178179
public void readPointInTimeQuery() throws Exception{
179180
Map<String, String> props = new HashMap<String, String>();
180181
props.put("merge-timestamp","-6000000000");

0 commit comments

Comments
 (0)