summaryrefslogtreecommitdiff
path: root/tests/integration/autotools.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/autotools.py')
-rw-r--r--tests/integration/autotools.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/autotools.py b/tests/integration/autotools.py
index 9c49ee9fd..71cb4590f 100644
--- a/tests/integration/autotools.py
+++ b/tests/integration/autotools.py
@@ -17,7 +17,6 @@ DATA_DIR = os.path.join(
# Test that an autotools build 'works' - we use the autotools sample
# amhello project for this.
-@pytest.mark.integration
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox')
def test_autotools_build(cli, datafiles):
@@ -40,7 +39,6 @@ def test_autotools_build(cli, datafiles):
# Test that an autotools build 'works' - we use the autotools sample
# amhello project for this.
-@pytest.mark.integration
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox')
def test_autotools_confroot_build(cli, datafiles):