ICU-22716 Temp turn off message_formatter_fuzzer

The running of message_formatter_fuzzer cause out of memory problem.
We will address that in later PR.
This commit is contained in:
Frank Tang 2024-09-11 11:40:39 -07:00 committed by Frank Yung-Fong Tang
parent 6b00ed56d8
commit 36555b7800

View file

@ -43,7 +43,6 @@ FUZZER_TARGETS = \
dtfmtsym_fuzzer \
list_format_fuzzer locale_fuzzer \
locale_morph_fuzzer \
message_formatter_fuzzer \
normalizer2_fuzzer \
number_format_fuzzer \
number_formatter_fuzzer \
@ -63,6 +62,8 @@ FUZZER_TARGETS = \
uprop_fuzzer \
uregex_open_fuzzer \
uregex_match_fuzzer \
# Temporary comment out the following until we fix the out-of-memory problem.
# message_formatter_fuzzer \
OBJECTS = $(FUZZER_TARGETS:%=%.o)