From 2f4da43c5b90597ba671986d15c9227ebbfc84ce Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 23 Dec 2025 15:59:49 +0000 Subject: test: add stub for purgatory maintainer repo sync test --- tests/push_authorization.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/push_authorization.rs') diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs index df291d5..221c4f4 100644 --- a/tests/push_authorization.rs +++ b/tests/push_authorization.rs @@ -70,3 +70,8 @@ isolated_push_test!(test_push_to_nostr_ref_with_wrong_commit_after_event_receive isolated_push_test!(test_push_to_nostr_ref_with_correct_commit_after_event_received_accepted); 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); + -- cgit v1.2.3