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 8c3583a commit b3847d5Copy full SHA for b3847d5
src/it/java/io/weaviate/integration/RbacITest.java
@@ -160,7 +160,7 @@ public void test_roles_userAssignments() throws IOException {
160
161
@Test
162
public void test_groups() throws IOException {
163
- requireAtLeast(1, 33);
+ Weaviate.Version.V133.orSkip();
164
165
var mediaGroup = "./media-group";
166
var friendGroup = "./friend-group";
0 commit comments