summaryrefslogtreecommitdiff
path: root/tests/integration/manual.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/manual.py')
-rw-r--r--tests/integration/manual.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/integration/manual.py b/tests/integration/manual.py
index e71ccdd79..d3acf7dfa 100644
--- a/tests/integration/manual.py
+++ b/tests/integration/manual.py
@@ -4,9 +4,10 @@ import pytest
from buildstream import _yaml
from tests.testutils import cli_integration as cli
-
+from tests.testutils.site import IS_LINUX, NO_FUSE
pytestmark = pytest.mark.integration
+pytestmark = pytest.mark.skipif(IS_LINUX and NO_FUSE, reason='FUSE not supported on this system')
DATA_DIR = os.path.join(