summaryrefslogtreecommitdiff
path: root/tests/pipeline/preflight.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pipeline/preflight.py')
-rw-r--r--tests/pipeline/preflight.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pipeline/preflight.py b/tests/pipeline/preflight.py
index 4692d090e..229a688a9 100644
--- a/tests/pipeline/preflight.py
+++ b/tests/pipeline/preflight.py
@@ -3,6 +3,9 @@ import pytest
from buildstream._exceptions import ErrorDomain
from tests.testutils.runcli import cli
+from tests.testutils.site import IS_LINUX, NO_FUSE
+
+pytestmark = pytest.mark.skipif(IS_LINUX and NO_FUSE, reason='FUSE not supported on this system')
DATA_DIR = os.path.join(
os.path.dirname(os.path.realpath(__file__)),