diff --git a/tests/test_partitions.py b/tests/test_partitions.py
index a82cff1e5b9088b22265ebdf4b0a77cfa1c5393b..c0b52287dc1af81848139c2c18e82bbb4ada184f 100755
--- a/tests/test_partitions.py
+++ b/tests/test_partitions.py
@@ -35,14 +35,14 @@ paths = [
     },
     {
         'mount_point': '/home/msuser/msinstance',
-        'recommended_types': ('ext4', 'nfs', 'nfs4'),
+        'recommended_types': ('ext4', 'nfs', 'nfs4', 'zfs'),
         'min_size_gbytes': 5,
         'reco_size_gbytes': 300,
         'min_available_gbytes': 5,
     },
     {
         'mount_point': '/home/skyreach',
-        'recommended_types': ('ext4', 'nfs', 'nfs4'),
+        'recommended_types': ('ext4', 'nfs', 'nfs4', 'zfs'),
         'min_size_gbytes': 5,
         'reco_size_gbytes': 9,
         'min_available_gbytes': 2,