mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-53905: Skip racy test testGetUptoNSizeFileTime (#24173)
This commit is contained in:
parent
7bca8b11d2
commit
c030bb44f5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user