Skip to content

Commit 85300e7

Browse files
omit memory fs
1 parent e4c00a8 commit 85300e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_examples.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ def unmount(self):
209209
time.sleep(0.1)
210210

211211

212-
@pytest.mark.parametrize('cli', [cli_loopback, cli_memory, cli_memory_nullpath])
212+
#@pytest.mark.parametrize('cli', [cli_loopback, cli_memory, cli_memory_nullpath])
213+
@pytest.mark.parametrize('cli', [cli_loopback])
213214
def test_read_write_file_system(cli, tmp_path):
214215
if cli == cli_loopback:
215216
mount_source = tmp_path / "folder"

0 commit comments

Comments
 (0)