Gardener: Disable NotSendingResponseCrash

Bug: 401584852
Change-Id: I04c3ffe5009e50a12d9347f241f05ce4c4d1dcff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6330885
Commit-Queue: Adithya Srinivasan <[email protected]>
Owners-Override: Adithya Srinivasan <[email protected]>
Reviewed-by: Xiyuan Xia <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1429726}
NOKEYCHECK=True
GitOrigin-RevId: b8139ee17629cfc79260b8910d7222fc66b841c8
diff --git a/exported_object_unittest.cc b/exported_object_unittest.cc
index 3cec019..46d0ba0 100644
--- a/exported_object_unittest.cc
+++ b/exported_object_unittest.cc
@@ -37,7 +37,8 @@
 };
 
 // Tests that calling a method that doesn't send a response crashes.
-TEST_F(ExportedObjectTest, NotSendingResponseCrash) {
+// TODO(crbug.com/401584852): Reenable this test.
+TEST_F(ExportedObjectTest, DISABLED_NotSendingResponseCrash) {
   TestService::Options options;
   TestService test_service(options);
   ObjectProxy* object_proxy = bus_->GetObjectProxy(