Config watcher has been removed from codebase.
It is safe to bring this back now.

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

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2021-08-13 20:13:01 +05:30
коммит произвёл GitHub
родитель d5e61e8093
Коммит db80740414

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

@@ -516,7 +516,6 @@ func checkEndpoint(t *testing.T, client *http.Client, url string) error {
}
func TestPanicLog(t *testing.T) {
t.Skip("MM-37378")
// Creating a temp file to collect logs
tmpfile, err := ioutil.TempFile("", "mlog")
if err != nil {