MM-56358: Unskip racy test TestUploadLicenseFile (#26009)

This was already fixed before in https://github.com/mattermost/mattermost/pull/24971.
We just enable the test now.

https://mattermost.atlassian.net/browse/MM-56358

```release-note
NONE
```

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Agniva De Sarker
2024-02-13 21:03:17 +05:30
коммит произвёл GitHub
родитель 845f28cb76
Коммит bdce9f42d8
4 изменённых файлов: 79 добавлений и 33 удалений

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

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