Skipping flaky TestClientGetOutgoingOAuthConnection test (#29178)

This commit is contained in:
Harshil Sharma 2024-11-13 17:32:53 +05:30 committed by GitHub
parent de6701fb99
commit 80f69a9c84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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