Skip to content

Commit 14b42dd

Browse files
committed
deactivate unregistering
1 parent bffbd83 commit 14b42dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_actinia_strds_management.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ def test_get_strds_info(self) -> None:
153153
assert isinstance(resp, list), "response is not a list"
154154

155155
# Test unregistering raster from STRDS
156-
strds[STRDS_NAME].unregister_raster_layers([UPLOAD_RASTER_NAME])
156+
# Deactivate as method seems not allowed currently
157+
# strds[STRDS_NAME].unregister_raster_layers([UPLOAD_RASTER_NAME])
157158

158159
# Delete STRDS
159160
resp = (

0 commit comments

Comments
 (0)