diff options
Diffstat (limited to 'tests/push_authorization.rs')
| -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 | |||