diff --git a/server/channels/api4/post_test.go b/server/channels/api4/post_test.go index 3c35b19537..f70c25fa59 100644 --- a/server/channels/api4/post_test.go +++ b/server/channels/api4/post_test.go @@ -4010,6 +4010,8 @@ func TestGetPostStripActionIntegrations(t *testing.T) { } func TestPostReminder(t *testing.T) { + t.Skip("MM-60329") + th := Setup(t).InitBasic() defer th.TearDown()