Note that this was never implemented

This commit is contained in:
Ben Bosman
2021-01-28 09:52:51 +01:00
parent 2cb50b7f42
commit ad2bf1f66a

View File

@@ -4640,7 +4640,7 @@ public class WorkspaceItemRestRepositoryIT extends AbstractControllerIntegration
.andExpect(jsonPath("$.sections.upload.files[0].accessConditions", empty()));
}
// TODO: remove ignore
// The REST endpoint doesn't seem to support uploading a bitstream with the access conditions
@Test
@Ignore
public void uploadBitstreamWithAccessConditionOpenAccess() throws Exception {