diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-31 12:42:26 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-31 12:42:26 +0000 |
| commit | f5c8d167c3bf175dfe08ea3c8ca96055632364c3 (patch) | |
| tree | 093dbff7441dc04a4e99b0ec47e1cb9f47144bf9 /tests | |
| parent | 91815d71549f98bcd425b53ee52fcb907b624f02 (diff) | |
purgatory: when state data recieved sync across repositoies
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/push_authorization.rs | 5 |
1 files changed, 1 insertions, 4 deletions
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!( | |||
| 72 | ); | 72 | ); |
| 73 | isolated_push_test!(test_head_set_after_state_event_with_existing_commit); | 73 | isolated_push_test!(test_head_set_after_state_event_with_existing_commit); |
| 74 | isolated_push_test!(test_head_set_after_git_push_with_required_oids); | 74 | isolated_push_test!(test_head_set_after_git_push_with_required_oids); |
| 75 | 75 | isolated_push_test!(test_push_of_state_by_maintainer_updates_other_maintainer_repos); | |
| 76 | // Note: test_push_of_state_by_maintainer_updates_other_maintainer_repos is not included | ||
| 77 | // as it's a stub for the purgatory feature. It can be run manually once implemented: | ||
| 78 | // isolated_push_test!(test_push_of_state_by_maintainer_updates_other_maintainer_repos); | ||