From 6f46433863a955296e6eb53268bd76ac69757594 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Thu, 16 May 2024 12:26:22 +0200 Subject: [PATCH] remove tests that it won't be true (we need a mail server) --- tests/roundcubemail.robot | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/roundcubemail.robot b/tests/roundcubemail.robot index d07bf5b..d5e87a9 100644 --- a/tests/roundcubemail.robot +++ b/tests/roundcubemail.robot @@ -9,16 +9,6 @@ Check if roundcubemail is installed correctly &{output} = Evaluate ${output} Set Suite Variable ${module_id} ${output.module_id} -Check if roundcubemail can be configured - ${rc} = Execute Command api-cli run module/${module_id}/configure-module --data '{}' - ... return_rc=True return_stdout=False - Should Be Equal As Integers ${rc} 0 - -Check if roundcubemail works as expected - ${rc} = Execute Command curl -f http://127.0.0.1/roundcubemail/ - ... return_rc=True return_stdout=False - Should Be Equal As Integers ${rc} 0 - Check if roundcubemail is removed correctly ${rc} = Execute Command remove-module --no-preserve ${module_id} ... return_rc=True return_stdout=False