MM-56359: Skip TestUploadLicenseFile (#25800)

This commit is contained in:
Agniva De Sarker
2023-12-22 17:51:33 +05:30
committed by GitHub
parent 11ae867ce3
commit 0496483a9e

View File

@@ -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