Temporarily disable building/running test suite

This commit is contained in:
Jason Rhinelander 2023-10-25 12:11:19 -03:00 committed by dr7ana
parent 57393ea740
commit 19f9a8f122

View File

@ -51,7 +51,7 @@ local debian_pipeline(name,
local_mirror=true,
extra_cmds=[],
jobs=6,
tests=true,
tests=false, // FIXME TODO: temporary until test suite is fixed
oxen_repo=false,
allow_fail=false) = {
kind: 'pipeline',