forked from TrueCloudLab/rclone
local: disable unreliable test
In this commit we merged an unreliable test
e053c8a1c0
copy: fix nil pointer dereference when corrupted on transfer with nil dst
It is a good idea but very hard to implement so it always works.
Hence this disables it for the moment.
This commit is contained in:
parent
e71c95a554
commit
7c9f1b8917
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ func TestUpdatingCheck(t *testing.T) {
|
||||||
// Test corrupted on transfer
|
// Test corrupted on transfer
|
||||||
// should error due to size/hash mismatch
|
// should error due to size/hash mismatch
|
||||||
func TestVerifyCopy(t *testing.T) {
|
func TestVerifyCopy(t *testing.T) {
|
||||||
|
t.Skip("FIXME this test is unreliable")
|
||||||
r := fstest.NewRun(t)
|
r := fstest.NewRun(t)
|
||||||
filePath := "sub dir/local test"
|
filePath := "sub dir/local test"
|
||||||
r.WriteFile(filePath, "some content", time.Now())
|
r.WriteFile(filePath, "some content", time.Now())
|
||||||
|
|
Loading…
Reference in a new issue