MM-64687: Racy tests in TestSharedChannelPostMetadataSync (#32144)

Этот коммит содержится в:
catalintomai
2025-06-27 09:11:54 +02:00
коммит произвёл GitHub
родитель 9e7849647c
Коммит 2b8f7743b6
2 изменённых файлов: 5 добавлений и 0 удалений

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

@@ -526,6 +526,7 @@ func TestSharedChannelMembershipSyncSelfReferential(t *testing.T) {
assert.NotContains(t, syncedInSecondCall, user2.Id, "Second sync should not re-sync existing users")
})
t.Run("Test 4: Sync failure and recovery", func(t *testing.T) {
t.Skip("MM-64687")
// This test verifies that membership sync handles remote server failures gracefully
// and successfully syncs members once the remote server recovers.
// We test that: