MM-56359: Skip TestUploadLicenseFile (#25800)

Этот коммит содержится в:
Agniva De Sarker
2023-12-22 17:51:33 +05:30
коммит произвёл GitHub
родитель 11ae867ce3
Коммит 0496483a9e

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

@@ -53,6 +53,7 @@ func TestGetOldClientLicense(t *testing.T) {
}
func TestUploadLicenseFile(t *testing.T) {
t.Skip("MM-56359")
th := Setup(t)
defer th.TearDown()
client := th.Client