Skip to content

Commit d1e8b78

Browse files
committed
tests: runtime: unlink dummy_thread
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 49d5c7c commit d1e8b78

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

tests/runtime/in_simple_systems.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,7 @@ void flb_test_in_dummy_flush()
407407
"start_time_nsec", "1999",
408408
NULL);
409409
}
410-
void flb_test_in_dummy_thread_flush()
411-
{
412-
do_test("dummy_thread", NULL);
413-
}
410+
414411
void flb_test_in_mem_flush()
415412
{
416413
do_test("mem", NULL);
@@ -471,9 +468,6 @@ TEST_LIST = {
471468
#ifdef in_dummy
472469
{"dummy_flush", flb_test_in_dummy_flush},
473470
#endif
474-
#ifdef in_dummy_thread
475-
{"dummy_thread_flish", flb_test_in_dummy_thread_flush},
476-
#endif
477471
#ifdef in_mem
478472
{"mem_flush", flb_test_in_mem_flush},
479473
#endif

tests/runtime_shell/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ set(UNIT_TESTS_SH
77
in_dummy_expect.sh
88
in_tail_expect.sh
99
in_http_tls_expect.sh
10-
in_dummy_thread_expect.sh
1110
in_syslog_tcp_tls_expect.sh
1211
in_syslog_tcp_plaintext_expect.sh
1312
in_syslog_udp_plaintext_expect.sh

tests/runtime_shell/conf/in_dummy_thread_expect.conf

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)