Skip to content

Commit b4f8820

Browse files
committed
Enabled runtime tests for Forward and Elasticsearch output plugins
Signed-off-by: Marat Abrarov <abrarov@gmail.com>
1 parent 17eb004 commit b4f8820

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/run-unit-tests.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ 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
14+
SKIP_TESTS="flb-rt-out_td
1715
flb-rt-in_disk
1816
flb-rt-in_proc"
1917

0 commit comments

Comments
 (0)