From 2b7ca44f0a3214ffbdf018bf1d700ce4db15dee7 Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Thu, 6 Jul 2023 23:17:35 +0200 Subject: [PATCH] fix: disable p.a.robotframework tests They have not been running for ages and the selectors on its tests are broken. --- tests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.cfg b/tests.cfg index 7132c5f4ea..d5804c3fb1 100644 --- a/tests.cfg +++ b/tests.cfg @@ -33,7 +33,7 @@ test-eggs = plone.app.redirector plone.app.registry plone.app.relationfield - plone.app.robotframework [test] + # plone.app.robotframework [test] plone.app.testing [test] plone.app.textfield [tests] plone.app.theming [test]