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
```
Этот коммит содержится в:
Agniva De Sarker
2022-01-26 14:08:55 +05:30
коммит произвёл GitHub
родитель d8fc23c86b
Коммит 05dcd0217c

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

@@ -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