Skip to content

Commit 2f9e112

Browse files
committed
[tmp][CI] Run S3 test first
1 parent 66fa1a7 commit 2f9e112

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

tests/run-remote-backend-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ checkURLProtocolDropbox()
695695
rm -f tests/*.*.index.*
696696
rm -f ratarmount.{stdout,stderr}.log
697697

698+
checkURLProtocolS3 || returnError 'Failed s3:// check'
699+
698700
# Some implementations of fsspec. See e.g. this list:
699701
# https://filesystem-spec.readthedocs.io/en/latest/api.html#other-known-implementations
700702

tests/runtests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ if [[ $TEST_EXTERNAL_COMMAND -eq 0 ]]; then
193193
python3 core/tests/test_ZipMountSource.py
194194
fi
195195

196-
bash tests/run-complex-usage-tests.sh
197-
bash tests/run-fixed-archive-tests.sh
196+
#bash tests/run-complex-usage-tests.sh
197+
#bash tests/run-fixed-archive-tests.sh
198198
bash tests/run-remote-backend-tests.sh
199199

200200

0 commit comments

Comments
 (0)