Skip to content

Commit 60d35b5

Browse files
committed
Removed keepalive tags from message_test.cpp
1 parent f5925e1 commit 60d35b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/network/test/message_test.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ class MessageTest : public ::testing::Test {
2323

2424
using TagTypes = ::testing::Types<http::tags::http_default_8bit_tcp_resolve,
2525
http::tags::http_default_8bit_udp_resolve,
26-
http::tags::http_keepalive_8bit_tcp_resolve,
27-
http::tags::http_keepalive_8bit_udp_resolve,
2826
network::tags::default_string>;
2927
TYPED_TEST_CASE(MessageTest, TagTypes);
3028

0 commit comments

Comments
 (0)