Fix gotestsum configuration for mmctl tests (#24354)

Этот коммит содержится в:
Ben Schumacher
2023-08-28 14:01:14 +02:00
коммит произвёл GitHub
родитель 84b52333c1
Коммит 4790a60369
2 изменённых файлов: 7 добавлений и 6 удалений

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

@@ -13,6 +13,7 @@ import (
)
func TestCheckValidSocket(t *testing.T) {
t.Skip("https://mattermost.atlassian.net/browse/MM-54264")
t.Run("should return error if the file is not a socket", func(t *testing.T) {
f, err := ioutil.TempFile(os.TempDir(), "mmctl_socket_")
require.NoError(t, err)