summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2017-02-22 14:47:50 +0100
committerTim Taubert <ttaubert@mozilla.com>2017-02-22 14:47:50 +0100
commitc7d78a6f5f7d47be42d0688675edbe2a2bce40d8 (patch)
tree04d245c228ce7abb048f2d53530cdc501527e1f5 /automation
parent667a694a55fab80febd778184b0bfce61ef5576c (diff)
downloadnss-hg-c7d78a6f5f7d47be42d0688675edbe2a2bce40d8.tar.gz
Bug 1341611 - Remove hash fuzzing target r=franziskus
Differential Revision: https://nss-review.dev.mozaws.net/D228
Diffstat (limited to 'automation')
-rw-r--r--automation/taskcluster/graph/src/extend.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/automation/taskcluster/graph/src/extend.js b/automation/taskcluster/graph/src/extend.js
index 57858b229..e0db0850f 100644
--- a/automation/taskcluster/graph/src/extend.js
+++ b/automation/taskcluster/graph/src/extend.js
@@ -353,7 +353,6 @@ async function scheduleFuzzing() {
// Schedule fuzzing runs.
let run_base = merge(base, {parent: task_build, kind: "test"});
scheduleFuzzingRun(run_base, "CertDN", "certDN", 4096);
- scheduleFuzzingRun(run_base, "Hash", "hash", 4096);
scheduleFuzzingRun(run_base, "QuickDER", "quickder", 10000);
// Schedule MPI fuzzing runs.