summaryrefslogtreecommitdiff
path: root/module_test
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-04-25 17:19:43 +0800
committeryangwei <[email protected]>2024-04-25 18:21:00 +0800
commitd3b9ca69662e8258fd91883f1788e60de6efe48c (patch)
treee39f415da9f153ec84431c21e5db030b696936ab /module_test
parent8288333dd73dcbcf53cc534c89260f13962b3c9c (diff)
🧪 test(get tcp rtt test case): disable temporarilyv4.3.48
Diffstat (limited to 'module_test')
-rw-r--r--module_test/src/gtest_main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/module_test/src/gtest_main.cpp b/module_test/src/gtest_main.cpp
index 7ca66df..fa44674 100644
--- a/module_test/src/gtest_main.cpp
+++ b/module_test/src/gtest_main.cpp
@@ -958,7 +958,7 @@ TEST(control, get_ip_ttl)
#define control_get_tcp_rtt 1
-TEST(control, get_tcp_rtt)
+TEST(control, DISABLED_get_tcp_rtt)
{
control_get_tcp_rtt_run();
ASSERT_EQ(GTEST_SAPP_SUCC, gtest_get_libsapp_devel_result());
@@ -966,7 +966,7 @@ TEST(control, get_tcp_rtt)
}
#define control_get_tcp_rtt_c2s 1
-TEST(control, get_tcp_rtt_c2s)
+TEST(control, DISABLED_get_tcp_rtt_c2s)
{
control_get_tcp_rtt_c2s_run();
ASSERT_EQ(GTEST_SAPP_SUCC, gtest_get_libsapp_devel_result());
@@ -974,7 +974,7 @@ TEST(control, get_tcp_rtt_c2s)
}
#define control_get_tcp_rtt_s2c 1
-TEST(control, get_tcp_rtt_s2c)
+TEST(control, DISABLED_get_tcp_rtt_s2c)
{
control_get_tcp_rtt_s2c_run();
ASSERT_EQ(GTEST_SAPP_SUCC, gtest_get_libsapp_devel_result());