From 3b043c1f126634d87327f9bc794fb171492bb5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Garc=C3=ADa=20Montoro?= Date: Fri, 9 Dec 2022 11:03:03 +0100 Subject: [PATCH] Skip "block user by domain but allow bot" test (#21841) See https://mattermost.atlassian.net/browse/MM-48973 for more details. --- app/team_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/team_test.go b/app/team_test.go index 23fd15117b..e281a1feaa 100644 --- a/app/team_test.go +++ b/app/team_test.go @@ -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")