From d3669ed6373dec2fd4e17bf1c375bf9a201032d9 Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Wed, 15 Jul 2026 15:54:51 +0800 Subject: [PATCH] test(e2e): quarantine deterministically failing webhook redelivery test (#4856) --- crates/e2e_test/src/notification_webhook_test.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/e2e_test/src/notification_webhook_test.rs b/crates/e2e_test/src/notification_webhook_test.rs index b436f39a9..e071a8d49 100644 --- a/crates/e2e_test/src/notification_webhook_test.rs +++ b/crates/e2e_test/src/notification_webhook_test.rs @@ -525,6 +525,7 @@ async fn test_webhook_event_delivery_and_filtering() -> TestResult { /// durable store and is redelivered once the endpoint comes back. #[tokio::test] #[serial] +#[ignore = "FAILING deterministically on main since it landed (#4821): the target is created but never appears in /rustfs/admin/v3/target/arns, so wait_for_target_registered times out. Quarantined per the flake policy; remove with the fix for rustfs#4852"] async fn test_webhook_redelivers_event_after_target_recovers() -> TestResult { init_logging();