From d87b77723420fe0d6596a9aa2a001aaa1ef2a395 Mon Sep 17 00:00:00 2001 From: 杨威 Date: Thu, 22 Jun 2023 09:30:09 +0800 Subject: 🧪 test(tuple4_reuse_with_fin): 暂时停用tuple4_reuse_with_fin测试项 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module_test/src/gtest_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module_test/src/gtest_main.cpp b/module_test/src/gtest_main.cpp index 8f26af1..1eb770b 100644 --- a/module_test/src/gtest_main.cpp +++ b/module_test/src/gtest_main.cpp @@ -463,14 +463,14 @@ TEST(tcp, dropstream_and_unorder) } #define tcp_tuple4_reuse_with_fin 1 // for SI symbol view -TEST(tcp, tuple4_reuse_with_fin) +TEST(tcp, DISABLED_tuple4_reuse_with_fin) { tcp_tuple4_reuse_with_fin_run(); EXPECT_EQ(GTEST_SAPP_SUCC, gtest_get_libsapp_devel_result()); } #define tcpall_tuple4_reuse_with_fin 1 // for SI symbol view -TEST(tcpall, tuple4_reuse_with_fin) +TEST(tcpall, DISABLED_tuple4_reuse_with_fin) { tcpall_tuple4_reuse_with_fin_run(); EXPECT_EQ(GTEST_SAPP_SUCC, gtest_get_libsapp_devel_result()); -- cgit v1.2.3