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 c948fc8 commit 5450205Copy full SHA for 5450205
marklogic-data-hub/src/test/java/com/marklogic/hub/security/DataHubOperatorTest.java
@@ -11,6 +11,7 @@
11
import static org.junit.jupiter.api.Assertions.assertEquals;
12
import static org.junit.jupiter.api.Assertions.assertThrows;
13
import static org.junit.jupiter.api.Assertions.assertTrue;
14
+import static org.junit.jupiter.api.Assumptions.assumeTrue;
15
16
/**
17
* This includes most of the privileges inherited by flow-operator-role, as this role is intended to replace that
@@ -43,6 +44,7 @@ void readSchemas() {
43
44
45
@Test
46
void testQBE(){
47
+ assumeTrue(isVersionCompatibleWith520Roles());
48
writeFinalJsonDoc("doc1.json", "{\"itemPrice\": 10}");
49
writeFinalJsonDoc("doc2.json", "{\"itemPrice\": 5}");
50
0 commit comments