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