diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-31 12:47:04 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-31 12:47:04 +0000 |
| commit | 9bd7109991096e610394832a519ff89a0aa095ad (patch) | |
| tree | 6e14943c7e21301ca0874ae24752135ec0d8cb7b /tests/push_authorization.rs | |
| parent | f5c8d167c3bf175dfe08ea3c8ca96055632364c3 (diff) | |
test: remove local sync on state git data received test
because the current fixtures don't actually having mutliple
owner_repos.
they would need 2 announcements that both listed the service and a
maintainer relationship. We could do this in grasp-audit but it would
require an extra announcement from a different maintainer sent
eariler on in the dependancy chain.
Diffstat (limited to 'tests/push_authorization.rs')
| -rw-r--r-- | tests/push_authorization.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/push_authorization.rs b/tests/push_authorization.rs index 7047010..07f77a6 100644 --- a/tests/push_authorization.rs +++ b/tests/push_authorization.rs | |||
| @@ -72,4 +72,3 @@ 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 | isolated_push_test!(test_push_of_state_by_maintainer_updates_other_maintainer_repos); | ||