mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
Skipping flaky TestClientGetOutgoingOAuthConnection test (#29178)
This commit is contained in:
parent
de6701fb99
commit
80f69a9c84
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue