summaryrefslogtreecommitdiff
path: root/tests/integration/messages.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/messages.py')
-rw-r--r--tests/integration/messages.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/messages.py b/tests/integration/messages.py
index 7f4194e0f..96615eaa0 100644
--- a/tests/integration/messages.py
+++ b/tests/integration/messages.py
@@ -36,7 +36,6 @@ DATA_DIR = os.path.join(
)
-@pytest.mark.integration
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox')
def test_disable_message_lines(cli, tmpdir, datafiles):
@@ -72,7 +71,6 @@ def test_disable_message_lines(cli, tmpdir, datafiles):
assert "Message contains " not in result.stderr
-@pytest.mark.integration
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox')
def test_disable_error_lines(cli, tmpdir, datafiles):