Skip flaky TestTrialLicense (#18125)
https://mattermost.atlassian.net/browse/MM-36695 ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d1b164ab1f
Коммит
d447d9b64a
@@ -219,6 +219,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-36695")
|
||||||
resp, err := th.SystemAdminClient.RequestTrialLicense(1)
|
resp, err := th.SystemAdminClient.RequestTrialLicense(1)
|
||||||
CheckErrorID(t, err, "api.license.add_license.unique_users.app_error")
|
CheckErrorID(t, err, "api.license.add_license.unique_users.app_error")
|
||||||
CheckBadRequestStatus(t, resp)
|
CheckBadRequestStatus(t, resp)
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user