From 80f69a9c8405a486af259d1aa3ffe74d63519ca6 Mon Sep 17 00:00:00 2001 From: Harshil Sharma <18575143+harshilsharma63@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:32:53 +0530 Subject: [PATCH] Skipping flaky TestClientGetOutgoingOAuthConnection test (#29178) --- server/channels/api4/outgoing_oauth_connection_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/channels/api4/outgoing_oauth_connection_test.go b/server/channels/api4/outgoing_oauth_connection_test.go index d65700669ad..a35f04adee5 100644 --- a/server/channels/api4/outgoing_oauth_connection_test.go +++ b/server/channels/api4/outgoing_oauth_connection_test.go @@ -443,6 +443,8 @@ func TestClientListOutgoingOAuthConnection(t *testing.T) { } func TestClientGetOutgoingOAuthConnection(t *testing.T) { + t.Skip("MM-61690") + os.Setenv("MM_FEATUREFLAGS_OUTGOINGOAUTHCONNECTIONS", "true") defer os.Unsetenv("MM_FEATUREFLAGS_OUTGOINGOAUTHCONNECTIONS") th := Setup(t).InitBasic()