diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/archive_read_only.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/archive_read_only.rs b/tests/archive_read_only.rs index e39b4b2..e388ae5 100644 --- a/tests/archive_read_only.rs +++ b/tests/archive_read_only.rs | |||
| @@ -55,6 +55,7 @@ use std::time::Duration; | |||
| 55 | /// 5. Verify bare repository is created and git data is synced | 55 | /// 5. Verify bare repository is created and git data is synced |
| 56 | /// 6. Verify git pushes are rejected (read-only mode) | 56 | /// 6. Verify git pushes are rejected (read-only mode) |
| 57 | #[tokio::test] | 57 | #[tokio::test] |
| 58 | #[ignore] // Requires SyncLevel implementation (Phase 3) - purgatory announcements don't trigger per-repo sync yet | ||
| 58 | async fn test_archive_read_only_creates_bare_repo() { | 59 | async fn test_archive_read_only_creates_bare_repo() { |
| 59 | // 1. Start source relay | 60 | // 1. Start source relay |
| 60 | let source_relay = TestRelay::start().await; | 61 | let source_relay = TestRelay::start().await; |