[Libreoffice-commits] online.git: cypress_test/plugins

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 8 17:48:08 UTC 2020


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

New commits:
commit f64dfc2999ca9faf1756490479b6370ae0e52fef
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Mon Jun 8 18:23:32 2020 +0200
Commit:     Tamás Zolnai <tamas.zolnai at 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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at 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',
+			[]
+		],
 	]
 };
 


More information about the Libreoffice-commits mailing list