8000 Disable silent tests for ArangoDB 3.2 · MladenMitev/arangodb-java-driver@1ac21bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ac21bc

Browse files
author
mpv1989
committed
Disable silent tests for ArangoDB 3.2
1 parent 50cc0f2 commit 1ac21bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/com/arangodb/ArangoCollectionTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,9 @@ public void replaceDocumentSilent() {
805805

806806
@Test
807807
public void replaceDocumentSilentDontTouchInstance() {
808+
if (!requireVersion(3, 3)) {
809+
return;
810+
}
808811
final BaseDocument doc = new BaseDocument();
809812
final DocumentCreateEntity<BaseDocument> createResult = db.collection(COLLECTION_NAME).insertDocument(doc);
810813
final String revision = doc.getRevision();

0 commit comments

Comments
 (0)
0