We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662a2ae commit 7e12450Copy full SHA for 7e12450
fsspec/implementations/tests/test_reference.py
@@ -33,7 +33,7 @@ def test_simple(server, instance_caches):
33
34
assert instance_caches.gather_counts() == {
35
"http": 1,
36
- "reference": 1,
+ # "reference": 1, <-- ReferenceFileSystem is not cachable
37
}
38
39
assert {
0 commit comments