Skip to content

Commit 86da573

Browse files
committed
windows: Disable sql tests in the build job
Change-Id: I7bcd9bff6429be4beb8df5995f28651848a5e3b8
1 parent d2cbef3 commit 86da573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildscripts/scripts/utils/windows.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void build(Map args) {
2828
(args.TARGET == "agent_with_sign") ? [
2929
"agents/wnx",
3030
// The deprecated_unused_param's have to be present or the script will fail.
31-
"call run.cmd --all --sign deprecated_unused_param1 deprecated_unused_param2",
31+
"call run.cmd --all --skip-sql-test --sign deprecated_unused_param1 deprecated_unused_param2",
3232
[
3333
"cmk-agent-ctl.exe",
3434
"check_mk_agent-64.exe",

0 commit comments

Comments
 (0)