summaryrefslogtreecommitdiff
path: root/tests/examples/running-commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/running-commands.py')
-rw-r--r--tests/examples/running-commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/examples/running-commands.py b/tests/examples/running-commands.py
index 6290204a9..5ce54382c 100644
--- a/tests/examples/running-commands.py
+++ b/tests/examples/running-commands.py
@@ -6,7 +6,6 @@ from buildstream.plugintestutils.integration import assert_contains
from tests.testutils.site import IS_LINUX, HAVE_BWRAP, MACHINE_ARCH
-pytestmark = pytest.mark.integration
DATA_DIR = os.path.join(
os.path.dirname(os.path.realpath(__file__)), '..', '..', 'doc', 'examples', 'running-commands'
)