Browse Source

Re-remove admin fuzz target from azure-pipelines.yml (#2846)

Fixing a git-oopsie on my behalf
master
Mohammed Al Sahaf 5 years ago
committed by GitHub
parent
commit
0dd9243478
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      azure-pipelines.yml

1
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" \

Loading…
Cancel
Save