diff options
| author | 杨威 <[email protected]> | 2023-06-22 09:30:09 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2023-06-22 09:30:09 +0800 |
| commit | d87b77723420fe0d6596a9aa2a001aaa1ef2a395 (patch) | |
| tree | aa4c02d21eceaf5e5810e2c835d5aec10c50d048 /module_test | |
| parent | e40bb37babf51f87808dc8d8a88644a4acfe4728 (diff) | |
🧪 test(tuple4_reuse_with_fin): 暂时停用tuple4_reuse_with_fin测试项v4.3.11
Diffstat (limited to 'module_test')
| -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 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()); |
