mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-17 17:55:12 +00:00
Disable rename_before_close
This test currently fails and interferes with the larger integration test. References #145.
This commit is contained in:
parent
39d4715b82
commit
b0a12bcac1
@ -274,6 +274,7 @@ rm_test_dir
|
||||
##########################################################
|
||||
# Testing rename before close
|
||||
##########################################################
|
||||
if false; then
|
||||
echo "Testing rename before close ..."
|
||||
$CUR_DIR/rename_before_close $TEST_TEXT_FILE
|
||||
if [ $? != 0 ]; then
|
||||
@ -283,6 +284,7 @@ fi
|
||||
|
||||
# clean up
|
||||
rm_test_file
|
||||
fi
|
||||
|
||||
##########################################################
|
||||
# Testing multi-part upload
|
||||
|
Loading…
Reference in New Issue
Block a user