Skip to content

Commit

Permalink
systemtests: disable droplet test without minio
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Sep 25, 2020
1 parent f4ba8b4 commit d3ea2d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion systemtests/CMakeLists.txt
Expand Up @@ -595,11 +595,14 @@ else()
list(APPEND SYSTEM_TESTS_DISABLED acl)
endif()

if(TARGET droplet)
if(TARGET droplet
AND S3CMD
AND MINIO)
list(APPEND SYSTEM_TESTS droplet-s3)
else()
list(APPEND SYSTEM_TESTS_DISABLED droplet-s3)
endif()

if(SD_GFAPI_DIR_TO_TEST AND glusterfs_uri)
list(APPEND SYSTEM_TESTS glusterfs-backend)
else()
Expand Down

0 comments on commit d3ea2d7

Please sign in to comment.