Commit a27d1657 authored by Luum Habtemariam's avatar Luum Habtemariam Committed by Commit Bot

Turning off ipp_message_parser_fuzzer round 2

Seems that some fuzzers are running on linux with 'target_os="chromeos"' in
their gn args; this should actually turn it off.

Bug: chromium:831914
Test: confirmed fuzzing target is hidden
Change-Id: I68e06123c8a3b5e75a83d63640f7339b8ccdae25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696209Reviewed-by: default avatarSean Kau <skau@chromium.org>
Commit-Queue: Luum Habtemariam <luum@chromium.org>
Cr-Commit-Position: refs/heads/master@{#676125}
parent 03d1652f
...@@ -27,7 +27,7 @@ if (use_cups) { ...@@ -27,7 +27,7 @@ if (use_cups) {
# Fuzzer target only available on fuzzing builds. # Fuzzer target only available on fuzzing builds.
# TODO(crbug.com/831914): Enable this fuzzer once its running on CrOS only. # TODO(crbug.com/831914): Enable this fuzzer once its running on CrOS only.
if (use_fuzzing_engine && is_chromeos) { if (false) { # use_fuzzing_engine && is_chromeos
fuzzer_test("ipp_message_parser_fuzzer") { fuzzer_test("ipp_message_parser_fuzzer") {
sources = [ sources = [
"ipp_message_parser_fuzzer.cc", "ipp_message_parser_fuzzer.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment