MM-36411- Skip flaky TestUpdateConfigDiffInAuditRecord (#17927)

* MM-36411- Skip flaky TestUpdateConfigDiffInAuditRecord

The fix in https://github.com/mattermost/mattermost-server/pull/17777
doesn't seem to have worked fully as this was seen again.

Skipping it for now until we revisit this.

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

```release-note
NONE
```

* Doing a file sync

```release-note
NONE
```

* Changed flush order

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2021-07-15 21:31:54 +05:30
коммит произвёл GitHub
родитель 61e42c8110
Коммит c28b2fa269

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

@@ -475,6 +475,8 @@ func TestUpdateConfigDiffInAuditRecord(t *testing.T) {
err = th.Server.Log.Flush(context.Background())
require.NoError(t, err)
require.NoError(t, logFile.Sync())
data, err := ioutil.ReadAll(logFile)
require.NoError(t, err)
require.NotEmpty(t, data)