We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fa1a7 commit 2f9e112Copy full SHA for 2f9e112
2 files changed
tests/run-remote-backend-tests.sh
@@ -695,6 +695,8 @@ checkURLProtocolDropbox()
695
rm -f tests/*.*.index.*
696
rm -f ratarmount.{stdout,stderr}.log
697
698
+checkURLProtocolS3 || returnError 'Failed s3:// check'
699
+
700
# Some implementations of fsspec. See e.g. this list:
701
# https://filesystem-spec.readthedocs.io/en/latest/api.html#other-known-implementations
702
tests/runtests.sh
@@ -193,8 +193,8 @@ if [[ $TEST_EXTERNAL_COMMAND -eq 0 ]]; then
193
python3 core/tests/test_ZipMountSource.py
194
fi
195
196
-bash tests/run-complex-usage-tests.sh
197
-bash tests/run-fixed-archive-tests.sh
+#bash tests/run-complex-usage-tests.sh
+#bash tests/run-fixed-archive-tests.sh
198
bash tests/run-remote-backend-tests.sh
199
200
0 commit comments