diff options
Diffstat (limited to 'tests/integration/shell.py')
-rw-r--r-- | tests/integration/shell.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/shell.py b/tests/integration/shell.py index 1a10df59e..3246d108a 100644 --- a/tests/integration/shell.py +++ b/tests/integration/shell.py @@ -281,7 +281,6 @@ def test_cli_mount(cli, datafiles, path): # Test that we can see the workspace files in a shell -@pytest.mark.integration @pytest.mark.datafiles(DATA_DIR) @pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox') def test_workspace_visible(cli, datafiles): |