Skip to content

Commit

Permalink
COmment out the fuzzer steps as they're broken until dvyukov/go-fuzz/…
Browse files Browse the repository at this point in the history
…issues/195

is resolved.
  • Loading branch information
jaqx0r committed Dec 6, 2019
1 parent e927274 commit 8c4ae9b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,18 +214,18 @@ workflows:
- build-go1.12-4
- build-go1.12-2
- build-go1.12-1
- fuzz-regression:
<<: *tag-filter
requires:
- build-go1.12-4
- fuzzing:
<<: *tag-filter
filters:
branches:
# pull requests don't have access to the Fuzzit API key.
ignore: /pull\/.*/
requires:
- build-go1.12-4
# - fuzz-regression:
# <<: *tag-filter
# requires:
# - build-go1.12-4
# - fuzzing:
# <<: *tag-filter
# filters:
# branches:
# # pull requests don't have access to the Fuzzit API key.
# ignore: /pull\/.*/
# requires:
# - build-go1.12-4
- container:
<<: *tag-and-branch-filter
requires:
Expand Down

0 comments on commit 8c4ae9b

Please sign in to comment.