mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-54264: Unblock TestCheckValidSocket (#26021)
The failure seemed to be due to incorect detection from gotestsum itself rather than any failure in the test. I note that from that time onwards, gotestsum has had a new release and we are using that. I also ran the test several times with gotestsum and could not repro this. Let's hope that the new version of gotestsum has fixed the issue. Otherwise, there isn't much we can do. https://mattermost.atlassian.net/browse/MM-54264 ```release-note NONE ```
This commit is contained in:
parent
409329c3d6
commit
d8e11fe292
@ -12,7 +12,6 @@ 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 := os.CreateTemp(os.TempDir(), "mmctl_socket_")
|
||||
require.NoError(t, err)
|
||||
|
Loading…
Reference in New Issue
Block a user