We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eb004 commit d48061fCopy full SHA for d48061f
1 file changed
scripts/run-unit-tests.sh
@@ -11,11 +11,8 @@ nparallel=$(( $(getconf _NPROCESSORS_ONLN) > 8 ? 8 : $(getconf _NPROCESSORS_ONLN
11
12
echo "use $ASAN_SYMBOLIZER_PATH"
13
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"
+SKIP_TESTS="flb-rt-out_td
+"
19
20
# On macOS, kubernetes log directory which points to /var/log does not exist.
21
if [ "$(uname)" = "Darwin" ]
0 commit comments