This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a commit to branch cpp_dev
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/cpp_dev by this push:
     new a6dbf55  Disable a unit test case
a6dbf55 is described below

commit a6dbf552da3a763bb6e61d5f7bdf5ae51da32eaf
Author: Li Zhanhui <[email protected]>
AuthorDate: Mon Aug 15 11:44:10 2022 +0800

    Disable a unit test case
---
 cpp/source/scheduler/tests/SchedulerTest.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cpp/source/scheduler/tests/SchedulerTest.cpp 
b/cpp/source/scheduler/tests/SchedulerTest.cpp
index 19a3dae..d254a95 100644
--- a/cpp/source/scheduler/tests/SchedulerTest.cpp
+++ b/cpp/source/scheduler/tests/SchedulerTest.cpp
@@ -121,7 +121,7 @@ TEST_F(SchedulerTest, testSingleShotWithZeroDelay) {
   }
 }
 
-TEST_F(SchedulerTest, testException) {
+TEST_F(SchedulerTest, DISABLED_testException) {
   absl::Mutex mtx;
   absl::CondVar cv;
   int callback_fire_count{0};
@@ -146,4 +146,5 @@ TEST_F(SchedulerTest, testException) {
     }
   }
 }
+
 ROCKETMQ_NAMESPACE_END
\ No newline at end of file

Reply via email to