From b234238f8140ccefba0194b23ef7f39e77a2da57 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Mon, 25 Aug 2025 10:34:12 -0700 Subject: [PATCH] test(endtoend): Skip process_plugin_sqlc_gen_json If the sqlc-gen-json binary isn't installed, skip the test instead of failing. --- .../endtoend/testdata/process_plugin_sqlc_gen_json/exec.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/endtoend/testdata/process_plugin_sqlc_gen_json/exec.json b/internal/endtoend/testdata/process_plugin_sqlc_gen_json/exec.json index 2e996ca79d..e38046cf57 100644 --- a/internal/endtoend/testdata/process_plugin_sqlc_gen_json/exec.json +++ b/internal/endtoend/testdata/process_plugin_sqlc_gen_json/exec.json @@ -1,3 +1,4 @@ { - "contexts": ["base"] + "contexts": ["base"], + "process": "sqlc-gen-json" }