forked from TrueCloudLab/restic
archiver: Fix TestArchiverAbortEarlyOnError test
This can be caused when the test has uploaded four blobs, then queues two blobs for upload which are delayed. Then a seventh file can be opened which lead to a test failure.
This commit is contained in:
parent
fa5ca8af81
commit
e0d615c264
1 changed files with 0 additions and 1 deletions
|
@ -1998,7 +1998,6 @@ func TestArchiverAbortEarlyOnError(t *testing.T) {
|
|||
filepath.FromSlash("dir/file2"): 1,
|
||||
filepath.FromSlash("dir/file3"): 1,
|
||||
filepath.FromSlash("dir/file4"): 1,
|
||||
filepath.FromSlash("dir/file7"): 0,
|
||||
filepath.FromSlash("dir/file8"): 0,
|
||||
filepath.FromSlash("dir/file9"): 0,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue