diff options
Diffstat (limited to 'tests/integration/shell.py')
-rw-r--r-- | tests/integration/shell.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/shell.py b/tests/integration/shell.py index b0de76ef5..50d7f0858 100644 --- a/tests/integration/shell.py +++ b/tests/integration/shell.py @@ -295,6 +295,7 @@ def test_cli_mount(cli, datafiles, path): # Test that we can see the workspace files in a shell @pytest.mark.datafiles(DATA_DIR) @pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox') +@pytest.mark.xfail(strict=True) def test_workspace_visible(cli, datafiles): project = str(datafiles) workspace = os.path.join(cli.directory, 'workspace') |