summaryrefslogtreecommitdiff
path: root/tests/frontend/buildtrack.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/buildtrack.py')
-rw-r--r--tests/frontend/buildtrack.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/frontend/buildtrack.py b/tests/frontend/buildtrack.py
index 3f0a3adbe..72b77f0ff 100644
--- a/tests/frontend/buildtrack.py
+++ b/tests/frontend/buildtrack.py
@@ -5,12 +5,14 @@ import itertools
import pytest
from tests.testutils import cli, create_repo
+from tests.testutils.site import IS_LINUX, NO_FUSE
from buildstream import _yaml
from buildstream._exceptions import ErrorDomain
from . import configure_project
+pytestmark = pytest.mark.skipif(IS_LINUX and NO_FUSE, reason='FUSE not supported on this system')
# Project directory
DATA_DIR = os.path.join(
os.path.dirname(os.path.realpath(__file__)),