From 7ab6ea2badca3c44d767e9e4ac04035b4bcf947f Mon Sep 17 00:00:00 2001 From: Ibrahim Serdar Acikgoz Date: Mon, 4 Apr 2022 14:54:51 +0300 Subject: [PATCH] api4/post_test: skip TestDeletePostEvent (#19892) --- api4/post_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api4/post_test.go b/api4/post_test.go index 6c23fcdd49..70346303ba 100644 --- a/api4/post_test.go +++ b/api4/post_test.go @@ -2053,6 +2053,7 @@ func TestDeletePost(t *testing.T) { } func TestDeletePostEvent(t *testing.T) { + t.Skip("MM-42997") th := Setup(t).InitBasic() defer th.TearDown()