From 28729661acd11746e3dd3b07cb29e56d68a1610f Mon Sep 17 00:00:00 2001 From: Tomasz Michalak Date: Wed, 24 Apr 2019 07:52:46 +0200 Subject: [PATCH] fuzzers: disable 056-pip-rem until other instabilities are fixed Signed-off-by: Tomasz Michalak --- fuzzers/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fuzzers/Makefile b/fuzzers/Makefile index 9c9c4cdf..f64c99c1 100644 --- a/fuzzers/Makefile +++ b/fuzzers/Makefile @@ -96,7 +96,8 @@ $(eval $(call fuzzer,051-pip-imuxlout-bypalts,048-int-piplist)) $(eval $(call fuzzer,053-pip-ctrlin,048-int-piplist)) $(eval $(call fuzzer,054-pip-fan-alt,048-int-piplist)) $(eval $(call fuzzer,055-pip-gnd,048-int-piplist)) -$(eval $(call fuzzer,056-pip-rem,049-int-imux-gfan 050-pip-seed 051-pip-imuxlout-bypalts 052-pip-clkin 053-pip-ctrlin 054-pip-fan-alt 055-pip-gnd)) +#Disable until all other fuzzer instabilities are fixed +#$(eval $(call fuzzer,056-pip-rem,049-int-imux-gfan 050-pip-seed 051-pip-imuxlout-bypalts 052-pip-clkin 053-pip-ctrlin 054-pip-fan-alt 055-pip-gnd)) #Disable the longest running fuzzer to speed up test iterations #$(eval $(call fuzzer,057-pip-bi,056-pip-rem)) ifneq ($(QUICK),Y)