diff --git a/storages/python/tests-python/CMakeLists.txt b/storages/python/tests-python/CMakeLists.txt index 49e00ab9f..01b00d3a8 100644 --- a/storages/python/tests-python/CMakeLists.txt +++ b/storages/python/tests-python/CMakeLists.txt @@ -88,6 +88,6 @@ endforeach() # Skip minio test if the minio playground storage is full -set_property(TEST minio_storage PROPERTY +set_property(TEST test_minio PROPERTY SKIP_REGULAR_EXPRESSION "XMinioStorageFull" )