From 6f46457e0645a09b4dd7065ebaa225bf4bb19dfe Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Thu, 16 Jan 2025 13:46:01 +0100 Subject: [PATCH] Fixed typo --- storages/python/tests-python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )