diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-23 15:59:49 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-23 15:59:49 +0000 |
| commit | 2f4da43c5b90597ba671986d15c9227ebbfc84ce (patch) | |
| tree | f5de3db280342caa7d0bd5c63eb8aa9cf8141a50 /tests | |
| parent | 4c807f9c655acd5323419df36ef7c22031e57e94 (diff) | |
test: add stub for purgatory maintainer repo sync test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/push_authorization.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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 | |||
| 70 | isolated_push_test!(test_push_to_nostr_ref_with_correct_commit_after_event_received_accepted); | 70 | isolated_push_test!(test_push_to_nostr_ref_with_correct_commit_after_event_received_accepted); |
| 71 | isolated_push_test!(test_head_set_after_state_event_with_existing_commit); | 71 | isolated_push_test!(test_head_set_after_state_event_with_existing_commit); |
| 72 | isolated_push_test!(test_head_set_after_git_push_with_required_oids); | 72 | isolated_push_test!(test_head_set_after_git_push_with_required_oids); |
| 73 | |||
| 74 | // Note: test_push_of_state_by_maintainer_updates_other_maintainer_repos is not included | ||
| 75 | // as it's a stub for the purgatory feature. It can be run manually once implemented: | ||
| 76 | // isolated_push_test!(test_push_of_state_by_maintainer_updates_other_maintainer_repos); | ||
| 77 | |||