Skip flaky test in TestRequestTrialLicense (#21665)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Alejandro García Montoro
2022-11-15 10:52:54 +01:00
коммит произвёл GitHub
родитель 9f9e19e05d
Коммит 10bdea85a5

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

@@ -242,6 +242,7 @@ func TestRequestTrialLicense(t *testing.T) {
})
t.Run("trial license user count less than current users", func(t *testing.T) {
t.Skip("MM-48416")
nUsers := 1
license := model.NewTestLicense()
license.Features.Users = model.NewInt(nUsers)