Skip to content

Commit 14950d8

Browse files
authored
Merge pull request #669 from evoskuil/master
Move rpc body reader/writer into slow tests.
2 parents ac70961 + f8d3460 commit 14950d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/messages/rpc/body_reader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
#include "../../test.hpp"
2020

21-
#if !defined(HAVE_SLOW_TESTS)
21+
#if defined(HAVE_SLOW_TESTS)
2222

2323
BOOST_AUTO_TEST_SUITE(rpc_body_reader_tests)
2424

test/messages/rpc/body_writer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
#include "../../test.hpp"
2020

21-
#if !defined(HAVE_SLOW_TESTS)
21+
#if defined(HAVE_SLOW_TESTS)
2222

2323
BOOST_AUTO_TEST_SUITE(rpc_body_writer_tests)
2424

0 commit comments

Comments
 (0)