Skip to content

Commit d48061f

Browse files
committed
Enabled runtime tests for Forward and Elasticsearch output plugins, for Disk I/O metrics and Process metrics input plugins.
Signed-off-by: Marat Abrarov <abrarov@gmail.com>
1 parent 17eb004 commit d48061f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

scripts/run-unit-tests.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ nparallel=$(( $(getconf _NPROCESSORS_ONLN) > 8 ? 8 : $(getconf _NPROCESSORS_ONLN
1111

1212
echo "use $ASAN_SYMBOLIZER_PATH"
1313

14-
SKIP_TESTS="flb-rt-out_elasticsearch
15-
flb-rt-out_td
16-
flb-rt-out_forward
17-
flb-rt-in_disk
18-
flb-rt-in_proc"
14+
SKIP_TESTS="flb-rt-out_td
15+
"
1916

2017
# On macOS, kubernetes log directory which points to /var/log does not exist.
2118
if [ "$(uname)" = "Darwin" ]

0 commit comments

Comments
 (0)