Skip "block user by domain but allow bot" test (#21841)
See https://mattermost.atlassian.net/browse/MM-48973 for more details.
Этот коммит содержится в:
коммит произвёл
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")
|
||||
|
||||
Ссылка в новой задаче
Block a user