MM-53905: Skip racy test testGetUptoNSizeFileTime (#24173)

This commit is contained in:
Jesse Hallam 2023-08-04 13:27:08 -03:00 committed by GitHub
parent 7bca8b11d2
commit c030bb44f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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