From 05dcd0217ceacfe946dcc9ddeab414839cd1c1b9 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Wed, 26 Jan 2022 14:08:55 +0530 Subject: [PATCH] MM-41285: Skip flaky test TestAddChannelMemberFromThread (#19419) Skipping the test for now. The proper fix will need to be done by the team. https://mattermost.atlassian.net/browse/MM-41285 ```release-note NONE ``` --- api4/channel_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api4/channel_test.go b/api4/channel_test.go index 45f140a7bc..00fe7ed362 100644 --- a/api4/channel_test.go +++ b/api4/channel_test.go @@ -3013,6 +3013,7 @@ func TestAddChannelMember(t *testing.T) { } func TestAddChannelMemberFromThread(t *testing.T) { + t.Skip("MM-41285") th := Setup(t).InitBasic() defer th.TearDown() team := th.BasicTeam