From 38ed1a458f708fcf9902290774304ee93e21cf47 Mon Sep 17 00:00:00 2001 From: Parajuli Kiran Date: Fri, 1 Apr 2022 11:59:28 +0545 Subject: [PATCH] disable failing Fr related translation api acceptance tests Signed-off-by: Parajuli Kiran --- tests/acceptance/features/apiTranslation/translation.feature | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/acceptance/features/apiTranslation/translation.feature b/tests/acceptance/features/apiTranslation/translation.feature index e682f34667bc..507aa7b802d0 100644 --- a/tests/acceptance/features/apiTranslation/translation.feature +++ b/tests/acceptance/features/apiTranslation/translation.feature @@ -21,10 +21,13 @@ Feature: translate messages in api response to preferred language | old | de-DE | | old | es-ES | | old | zh-CN | - | old | fr-FR | | new | de-DE | | new | es-ES | | new | zh-CN | + + @skipOnOcV10 @issue-39931 + Examples: + | old | fr-FR | | new | fr-FR | @skipOnOcV10 @personalSpace