diff options
| -rw-r--r-- | unittest/test_storage.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/test_storage.py b/unittest/test_storage.py index 55671ae..b125aa9 100644 --- a/unittest/test_storage.py +++ b/unittest/test_storage.py @@ -407,7 +407,7 @@ def test_export_firmware_extended_fedora29(C):      """      skip_if_device_version_lower_than({'S': 43}) -    skip_if_not_fedora('Fedora specific test, due to the mount path. Could be suited for Debian.') +    skip_if_not_fedora('Tested on Fedora only. To check on other distros.')      from time import sleep      import os  | 
