From 3946c6397072ca9e658fa1050514e2e2d9f5fa28 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 18 Oct 2022 19:37:40 +0530 Subject: [PATCH] MM-47612: Skip flaky test TestPluginAPIDeleteUserPreferences (#21425) https://mattermost.atlassian.net/browse/MM-47612 ```release-note NONE ``` --- app/plugin_api_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/plugin_api_test.go b/app/plugin_api_test.go index 1068adaa64..d36c4fadc5 100644 --- a/app/plugin_api_test.go +++ b/app/plugin_api_test.go @@ -196,6 +196,7 @@ func TestPluginAPIGetUserPreferences(t *testing.T) { } func TestPluginAPIDeleteUserPreferences(t *testing.T) { + t.Skip("MM-47612") th := Setup(t) defer th.TearDown() api := th.SetupPluginAPI()