From f67c7cbbdf185fb5fe465888e15e7f56b4b93202 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Wed, 7 Sep 2022 09:31:20 +0530 Subject: [PATCH] MM-46902: Skip TestFileinfosForPost (#20955) https://mattermost.atlassian.net/browse/MM-46902 ```release-note NONE ``` --- api4/post_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api4/post_test.go b/api4/post_test.go index 34f96b69bd..6447fb890b 100644 --- a/api4/post_test.go +++ b/api4/post_test.go @@ -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