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 3479990 commit 02c8c2fCopy full SHA for 02c8c2f
src/test/java/com/arangodb/ArangoDatabaseTest.java
@@ -277,6 +277,11 @@ public void createCollectionWithSmartJoinAttribute() {
277
278
@Test
279
public void createCollectionWithSmartJoinAttributeWrong() {
280
+ if (!requireVersion(3, 5)) {
281
+ LOG.info("Skip Test because feature not implemented yet.");
282
+ return;
283
+ }
284
+
285
if (arangoDB.getVersion().getLicense() == License.COMMUNITY) {
286
LOG.info("Skip Test on COMMUNITY SERVER");
287
return;
0 commit comments