Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions phpunit/tests/collaboration/wpHttpPollingSyncServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,7 @@ public function test_sync_should_compact_is_false_for_non_compactor() {
}

public function test_sync_stale_compaction_succeeds_when_newer_compaction_exists() {
$this->markTestSkipped( 'Stale compaction handling fix is pending.' );
wp_set_current_user( self::$editor_id );

$room = $this->get_post_room();
Expand Down
Loading