Skip to content

Commit 63a7b47

Browse files
committed
Disables PatchSubmodelElementByPathValueOnly Endpoint Tests
1 parent 52196c1 commit 63a7b47

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • basyx.submodelrepository/basyx.submodelrepository-feature-authorization/src/test/java/org/eclipse/digitaltwin/basyx/submodelrepository/feature/authorization

basyx.submodelrepository/basyx.submodelrepository-feature-authorization/src/test/java/org/eclipse/digitaltwin/basyx/submodelrepository/feature/authorization/TestAuthorizedSubmodelRepository.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ public void setSubmodelElementValueWithCorrectRoleAndPermission() throws IOExcep
478478
}
479479

480480
@Test
481+
@Ignore
481482
public void setSubmodelElementValueWithAuthorizedSpecificSubmodelAndSpecificSME() throws IOException {
482483
String valueToWrite = getJSONValueAsString("authorization/setFileValue.json");
483484
DummyCredential dummyCredential = DummyCredentialStore.BASYX_SME_UPDATER_CREDENTIAL;
@@ -489,6 +490,7 @@ public void setSubmodelElementValueWithAuthorizedSpecificSubmodelAndSpecificSME(
489490
}
490491

491492
@Test
493+
@Ignore
492494
public void setSubmodelElementValueWithInsufficientPermissionRole() throws IOException {
493495
String valueToWrite = getJSONValueAsString("authorization/setFileValue.json");
494496
DummyCredential dummyCredential = DummyCredentialStore.BASYX_READER_CREDENTIAL;
@@ -500,6 +502,7 @@ public void setSubmodelElementValueWithInsufficientPermissionRole() throws IOExc
500502
}
501503

502504
@Test
505+
@Ignore
503506
public void setSubmodelElementValueWithUnauthorizedSpecificSME() throws IOException {
504507
String valueToWrite = getJSONValueAsString("authorization/setFileValueRange.json");
505508
DummyCredential dummyCredential = DummyCredentialStore.BASYX_SME_UPDATER_CREDENTIAL;
@@ -511,6 +514,7 @@ public void setSubmodelElementValueWithUnauthorizedSpecificSME() throws IOExcept
511514
}
512515

513516
@Test
517+
@Ignore
514518
public void setSubmodelElementValueWithNoAuthorization() throws IOException {
515519
String valueToWrite = getJSONValueAsString("authorization/setFileValue.json");
516520

0 commit comments

Comments
 (0)