Skip to content

Commit

Permalink
disable fuzzer (#4051)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway authored Feb 7, 2025
1 parent c4299b1 commit 7fc8e2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/policy/fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

package policy

/* disabling since this effectively just fuzzes rego & cue vs something in cosign
import (
"context"
"runtime"
Expand Down Expand Up @@ -52,3 +53,4 @@ func FuzzEvaluatePolicyAgainstJSON(f *testing.F) {
EvaluatePolicyAgainstJSON(context.Background(), name, choosePolicyType, policyBody, jsonBytes)
})
}
*/

0 comments on commit 7fc8e2a

Please sign in to comment.