summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorMatt Holt <mholt@users.noreply.github.com>2019-12-10 15:00:31 -0700
committerGitHub <noreply@github.com>2019-12-10 15:00:31 -0700
commit2e0615270d157beb293bfce832a8a39bc6f2e749 (patch)
tree5b5cd60d00b70a4dd08c8140fe7504374d5f8419 /azure-pipelines.yml
parentfab5e4372a941ee4259adea9295f49dcadca26a4 (diff)
fuzz: Remove Caddyfile adapter from fuzz corpus (#2925)
The Caddyfile adapter does not need to be fuzzed, as all it really does is invoke the Caddyfile parser, which is already fuzzed
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d7d3e71..8fdf0b3 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -206,7 +206,6 @@ jobs:
- bash: |
declare -A fuzzers_funcs=(\
- ["./caddyconfig/httpcaddyfile/adapter_fuzz.go"]="FuzzHTTPCaddyfileAdapter" \
["./caddyconfig/httpcaddyfile/addresses_fuzz.go"]="FuzzParseAddress" \
["./caddyconfig/caddyfile/parse_fuzz.go"]="FuzzParseCaddyfile" \
["./listeners_fuzz.go"]="FuzzParseNetworkAddress" \
@@ -214,7 +213,6 @@ jobs:
)
declare -A fuzzers_targets=(\
- ["./caddyconfig/httpcaddyfile/adapter_fuzz.go"]="caddyfile-adapter" \
["./caddyconfig/httpcaddyfile/addresses_fuzz.go"]="parse-address" \
["./caddyconfig/caddyfile/parse_fuzz.go"]="parse-caddyfile" \
["./listeners_fuzz.go"]="parse-network-address" \