Add a flag to the configuration (and/or command line) disabling the fuzzer in the director, something like -F and
[fuzzer]
disabled = true
Not sure of the best way to do this yet, but for now it's probably best just to cause the fuzzer stage to drop out of rotation entirely (we could use NopFuzzer but then we'd have unnecessary rounds of sampling etc).
Add a flag to the configuration (and/or command line) disabling the fuzzer in the director, something like
-F
andNot sure of the best way to do this yet, but for now it's probably best just to cause the fuzzer stage to drop out of rotation entirely (we could use
NopFuzzer
but then we'd have unnecessary rounds of sampling etc).