From 5f2a8f1a1f7ef9f925eac03f69c0f3f4b76c1061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:27:25 +0200 Subject: [PATCH] Update tests.toml --- tests.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/tests.toml b/tests.toml index 1d984ce..049b456 100644 --- a/tests.toml +++ b/tests.toml @@ -18,20 +18,20 @@ test_format = 1.0 # This is an additional test suite -[without_mypads] - args.export = "libreoffice" - args.mypads = 0 - args.useldap = 0 - only = ["install.root"] +#[without_mypads] +# args.export = "libreoffice" +# args.mypads = 0 +# args.useldap = 0 +# only = ["install.root"] -[with_abiword] - args.export = "abiword" - args.mypads = 1 - args.useldap = 1 - only = ["install.root"] +#[with_abiword] +# args.export = "abiword" +# args.mypads = 1 +# args.useldap = 1 +# only = ["install.root"] -[without_export] - args.export = "none" - args.mypads = 1 - args.useldap = 0 - only = ["install.root"] +#[without_export] +# args.export = "none" +# args.mypads = 1 +# args.useldap = 0 +# only = ["install.root"]