Skip flaky test GetUptoNSizeFileTime (#21731)

Этот коммит содержится в:
Alejandro García Montoro
2022-11-25 12:33:51 +01:00
коммит произвёл GitHub
родитель 372653a921
Коммит f390d88d0c

Просмотреть файл

@@ -810,6 +810,7 @@ func testFileInfoGetStorageUsage(t *testing.T, ss store.Store) {
}
func testGetUptoNSizeFileTime(t *testing.T, ss store.Store) {
t.Skip("MM-48627")
_, err := ss.FileInfo().GetUptoNSizeFileTime(0)
assert.Error(t, err)
_, err = ss.FileInfo().GetUptoNSizeFileTime(-1)