api4/post_test: skip TestDeletePostEvent (#19892)

Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2022-04-04 14:54:51 +03:00
коммит произвёл GitHub
родитель 97d3368a98
Коммит 7ab6ea2bad

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

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