MM-37378: Skip TestPanicLog (#17997)

```release-note
NONE
```
This commit is contained in:
Agniva De Sarker
2021-07-24 13:05:51 +05:30
committed by GitHub
parent e252608068
commit 3f81d104a8

View File

@@ -515,6 +515,7 @@ 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 {