diff options
Diffstat (limited to 'tests/sync')
| -rw-r--r-- | tests/sync/discovery.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/sync/discovery.rs b/tests/sync/discovery.rs index 3cdf00d..9e27f9e 100644 --- a/tests/sync/discovery.rs +++ b/tests/sync/discovery.rs | |||
| @@ -293,12 +293,7 @@ async fn test_layer2_discovery_with_chain() { | |||
| 293 | /// 3. Discovers and connects to relay_c | 293 | /// 3. Discovers and connects to relay_c |
| 294 | /// 4. Syncs announcement_y from relay_c | 294 | /// 4. Syncs announcement_y from relay_c |
| 295 | /// | 295 | /// |
| 296 | /// NOTE: This test is ignored because recursive relay discovery from synced | ||
| 297 | /// announcements is not yet implemented. Currently, discovery only triggers | ||
| 298 | /// when an announcement is directly submitted to a relay, not when it's | ||
| 299 | /// synced from a bootstrap relay. | ||
| 300 | #[tokio::test] | 296 | #[tokio::test] |
| 301 | #[ignore = "Recursive relay discovery from bootstrap sync not yet implemented"] | ||
| 302 | async fn test_recursive_relay_discovery_syncs_announcement() { | 297 | async fn test_recursive_relay_discovery_syncs_announcement() { |
| 303 | // 1. Start all three relays | 298 | // 1. Start all three relays |
| 304 | 299 | ||