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:
Michael Eischer 2021-09-12 22:17:17 +02:00
parent fa5ca8af81
commit e0d615c264
1 changed files with 0 additions and 1 deletions

View File

@ -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,
},