Skip flaky test in TestRequestTrialLicense (#21665)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
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.Run("trial license user count less than current users", func(t *testing.T) {
|
||||||
|
t.Skip("MM-48416")
|
||||||
nUsers := 1
|
nUsers := 1
|
||||||
license := model.NewTestLicense()
|
license := model.NewTestLicense()
|
||||||
license.Features.Users = model.NewInt(nUsers)
|
license.Features.Users = model.NewInt(nUsers)
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user