MM-46902: Skip TestFileinfosForPost (#20955)

https://mattermost.atlassian.net/browse/MM-46902

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2022-09-07 09:31:20 +05:30
коммит произвёл GitHub
родитель a0ab03a31e
Коммит f67c7cbbdf

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

@@ -2582,6 +2582,7 @@ func TestSearchPostsWithDateFlags(t *testing.T) {
}
func TestGetFileInfosForPost(t *testing.T) {
t.Skip("MM-46902")
th := Setup(t).InitBasic()
defer th.TearDown()
client := th.Client