From 01cf073131222c71bca32778a7c73a3d95335872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:26:21 +0200 Subject: [PATCH] Update tests.toml --- tests.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests.toml b/tests.toml index e754b01..2d300eb 100644 --- a/tests.toml +++ b/tests.toml @@ -7,8 +7,8 @@ test_format = 1.0 # ------------------------------- args.export = "libreoffice" - args.mypads = 1 - args.useldap = 1 + args.mypads = 0 + args.useldap = 0 args.password = "admin!42" # ------------------------------- @@ -19,11 +19,11 @@ test_format = 1.0 # This is an additional test suite -#[without_mypads] -# args.export = "libreoffice" -# args.mypads = 0 -# args.useldap = 0 -# only = ["install.root"] +[with_mypads] + args.export = "libreoffice" + args.mypads = 1 + args.useldap = 1 + only = ["install.root"] #[with_abiword] # args.export = "abiword"