diff options
Diffstat (limited to 'tests/integration/messages.py')
-rw-r--r-- | tests/integration/messages.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/messages.py b/tests/integration/messages.py index 42725fc5b..3706d9643 100644 --- a/tests/integration/messages.py +++ b/tests/integration/messages.py @@ -40,7 +40,7 @@ DATA_DIR = os.path.join( @pytest.mark.datafiles(DATA_DIR) -@pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox') +@pytest.mark.xfail(not HAVE_SANDBOX, reason='Only available with a functioning sandbox') def test_disable_message_lines(cli, datafiles): project = str(datafiles) element_path = os.path.join(project, 'elements') @@ -75,7 +75,7 @@ def test_disable_message_lines(cli, datafiles): @pytest.mark.datafiles(DATA_DIR) -@pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox') +@pytest.mark.xfail(not HAVE_SANDBOX, reason='Only available with a functioning sandbox') def test_disable_error_lines(cli, datafiles): project = str(datafiles) element_path = os.path.join(project, 'elements') |