cypress_test/plugins/blacklists.js |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

New commits:
commit f64dfc2999ca9faf1756490479b6370ae0e52fef
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Mon Jun 8 18:23:32 2020 +0200
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Mon Jun 8 19:47:49 2020 +0200

    cypress: disable failing tests with cp-6-4 branch.
    
    Change-Id: I137a1e9dbe6121052b78b146135288205e4bde2f
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95851
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>

diff --git a/cypress_test/plugins/blacklists.js 
b/cypress_test/plugins/blacklists.js
index ebb392752..20f303b6f 100644
--- a/cypress_test/plugins/blacklists.js
+++ b/cypress_test/plugins/blacklists.js
@@ -41,6 +41,34 @@ var testBlackLists = {
                                'Push number button.'
                        ]
                ],
+       ],
+
+       'cp-6-4': [
+               ['desktop/calc/focus_spec.js',
+                       []
+               ],
+               ['mobile/calc/apply_font_spec.js',
+                       [
+                               'Apply font size.'
+                       ]
+               ],
+               ['mobile/writer/apply_font_spec.js',
+                       [
+                               'Apply font size.'
+                       ]
+               ],
+               ['mobile/impress/apply_font_spec.js',
+                       []
+               ],
+               ['mobile/impress/apply_font_spec.js',
+                       []
+               ],
+               ['mobile/impress/apply_paragraph_props_spec.js',
+                       []
+               ],
+               ['mobile/writer/table_properties_spec.js',
+                       []
+               ],
        ]
 };
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to