diff options
| author | yangwei <[email protected]> | 2024-09-13 14:02:34 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-09-13 14:02:34 +0800 |
| commit | b33538ce63f4390bdaa14ebab641aeb6b98d7e58 (patch) | |
| tree | f2d9532729cc37f4ea2be8b8bda2fd63a49eae68 | |
| parent | ccd6866dc90cc2337585cf67da67a8011b90ced2 (diff) | |
🧪 test(disable timeout test case): 禁用两个流处理过程超时行为变化后的用例
| -rw-r--r-- | module_test/src/gtest_main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module_test/src/gtest_main.cpp b/module_test/src/gtest_main.cpp index 01d6b61..91ef42f 100644 --- a/module_test/src/gtest_main.cpp +++ b/module_test/src/gtest_main.cpp @@ -323,7 +323,7 @@ TEST(udp, well_known_port_v6) #define udp_tuple4_reuse 1 -TEST(udp, tuple4_reuse) +TEST(udp, DISABLED_tuple4_reuse) { udp_tuple4_reuse_test(); ASSERT_EQ(gtest_get_libsapp_devel_result(), GTEST_SAPP_SUCC); @@ -630,7 +630,7 @@ TEST(control, takeover) #define control_timeout 1 // for SI symbol view -TEST(control, timeout) +TEST(control, DISABLED_timeout) { control_timeout_run(); ASSERT_EQ(GTEST_SAPP_SUCC, gtest_get_libsapp_devel_result()); |
