Skip "block user by domain but allow bot" test (#21841)

See https://mattermost.atlassian.net/browse/MM-48973 for more details.
Этот коммит содержится в:
Alejandro García Montoro
2022-12-09 11:03:03 +01:00
коммит произвёл GitHub
родитель 0193bfd7de
Коммит 3b043c1f12

Просмотреть файл

@@ -102,6 +102,7 @@ func TestAddUserToTeam(t *testing.T) {
})
t.Run("block user by domain but allow bot", func(t *testing.T) {
t.Skip("MM-48973")
th.BasicTeam.AllowedDomains = "example.com"
_, err := th.App.UpdateTeam(th.BasicTeam)
require.Nil(t, err, "Should update the team")