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()