diff options
author | Mohammed Al Sahaf <msaa1990@gmail.com> | 2019-10-31 01:49:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 01:49:18 +0300 |
commit | 0dd9243478f765e83c41851e381aa6c5ce2daf3f (patch) | |
tree | 0de35ea69968ee0a5eefadfd81d66647d0b7f6fb | |
parent | 432b94239d6096e75b413de5a79c6707ab808bc9 (diff) |
Re-remove admin fuzz target from azure-pipelines.yml (#2846)
Fixing a git-oopsie on my behalf
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 03b322b..d7d3e71 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -206,7 +206,6 @@ jobs: - bash: | declare -A fuzzers_funcs=(\ - ["./admin_fuzz.go"]="FuzzAdmin" \ ["./caddyconfig/httpcaddyfile/adapter_fuzz.go"]="FuzzHTTPCaddyfileAdapter" \ ["./caddyconfig/httpcaddyfile/addresses_fuzz.go"]="FuzzParseAddress" \ ["./caddyconfig/caddyfile/parse_fuzz.go"]="FuzzParseCaddyfile" \ |