From f5c8d167c3bf175dfe08ea3c8ca96055632364c3 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 31 Dec 2025 12:42:26 +0000 Subject: purgatory: when state data recieved sync across repositoies --- tests/push_authorization.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs index 85b9a5d..7047010 100644 --- a/tests/push_authorization.rs +++ b/tests/push_authorization.rs @@ -72,7 +72,4 @@ isolated_push_test!( ); isolated_push_test!(test_head_set_after_state_event_with_existing_commit); isolated_push_test!(test_head_set_after_git_push_with_required_oids); - -// Note: test_push_of_state_by_maintainer_updates_other_maintainer_repos is not included -// as it's a stub for the purgatory feature. It can be run manually once implemented: -// isolated_push_test!(test_push_of_state_by_maintainer_updates_other_maintainer_repos); +isolated_push_test!(test_push_of_state_by_maintainer_updates_other_maintainer_repos); -- cgit v1.2.3