From f1ee961c6bc03f7df9b6f5c1289bfc02a4e8b9be Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Tue, 28 Feb 2023 09:54:31 +0100 Subject: [PATCH] MOBILE-4239 behat: Skip flaky tests in jenkins --- src/addons/mod/glossary/tests/behat/navigation.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/src/addons/mod/glossary/tests/behat/navigation.feature b/src/addons/mod/glossary/tests/behat/navigation.feature index 309c0a1f0..659d286ff 100644 --- a/src/addons/mod/glossary/tests/behat/navigation.feature +++ b/src/addons/mod/glossary/tests/behat/navigation.feature @@ -200,6 +200,7 @@ Feature: Test glossary navigation When I swipe to the left in the app Then I should find "Acerola is a fruit" in the app + @ci_jenkins_skip Scenario: Tablet navigation on glossary Given I entered the course "Course 1" as "student1" in the app And I change viewport size to "1200x640"