testbench: temporarily disable sndrcv_kafka-vg-rcvr.sh test

This test is known to fail rather frequently. We disable it until
the root cause is solved, because otherwise CI does have too many
false positive failures.

see also https://github.com/rsyslog/rsyslog/issues/2434
This commit is contained in:
Rainer Gerhards 2018-01-25 11:26:28 +01:00
parent 98346d319e
commit 8b6169fde8

View File

@ -429,8 +429,9 @@ TESTS += \
# sndrcv_kafka_failresume.sh
if HAVE_VALGRIND
TESTS += \
sndrcv_kafka-vg-sender.sh \
sndrcv_kafka-vg-rcvr.sh
# re-enable: (see https://github.com/rsyslog/rsyslog/issues/2434)
# sndrcv_kafka-vg-sender.sh
endif
endif
endif