sw/qa/uitest/writer_dialogs/openDialogs.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e36fddde8ab87fae6f3428d58a8e890c2b2c798c
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Tue Nov 16 18:33:36 2021 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Nov 16 21:19:16 2021 +0100

    uitest: sw: ExportToEPUB is already tested
    
    Change-Id: I3c125a9193f7d38d30c0c0ab76296c80c46e4245
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125323
    Tested-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/qa/uitest/writer_dialogs/openDialogs.py 
b/sw/qa/uitest/writer_dialogs/openDialogs.py
index 3579956f1256..3572cfda85b6 100644
--- a/sw/qa/uitest/writer_dialogs/openDialogs.py
+++ b/sw/qa/uitest/writer_dialogs/openDialogs.py
@@ -15,8 +15,8 @@ dialogs = [
     {"command": ".uno:SaveAsTemplate", "closeButton": "cancel"},
     #{"command": ".uno:ExportToPDF", "closeButton": "cancel", "skipTestOK": 
True},
         # tested in sw/qa/uitest/writer_tests4/exportToPDF.py
-    {"command": ".uno:ExportToEPUB", "closeButton": "cancel", "skipTestOK": 
True},
-        # export needs filesystem
+    #{"command": ".uno:ExportToEPUB", "closeButton": "cancel", "skipTestOK": 
True},
+        # tested in writerperfect/qa/uitest/epubexport/epubexport.py
     {"command": ".uno:Print", "closeButton": "cancel", "skipTestOK": True},
         # no printer in CI
         # tested in sw/qa/uitest/writer_tests5/tdf123378.py

Reply via email to