From 10bdea85a5cd09c45521ae01b027881ea09f5d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Garc=C3=ADa=20Montoro?= Date: Tue, 15 Nov 2022 10:52:54 +0100 Subject: [PATCH] Skip flaky test in TestRequestTrialLicense (#21665) Co-authored-by: Mattermod --- api4/license_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api4/license_test.go b/api4/license_test.go index dbf0e62bfc..d11fe1b150 100644 --- a/api4/license_test.go +++ b/api4/license_test.go @@ -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)