Skip to content

Commit

Permalink
skip gen mocks in go-generate-check
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Nov 15, 2024
1 parent c4ab54c commit baf9c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/security_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ def go_generate_check(ctx):
tasks = [
[cws_go_generate],
[generate_cws_documentation],
[gen_mocks],
# [gen_mocks], TODO: re-enable this when go is bumped to 1.23 and mocker is updated to >2.46.1
[sync_secl_win_pkg],
]
failing_tasks = []
Expand Down

0 comments on commit baf9c7e

Please sign in to comment.