From 263a17676bb051e5f5628624ce99f6f4514cd65b Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Fri, 18 Mar 2022 13:27:04 +0100 Subject: [PATCH] MDL-74116 behat: Unrelated, add the @skip_interim tag This commit is UNRELATED to the MDL-74116, but we need the @skip_interim tag added to a couple of scenarios that are causing lots of noise and failures @CI infrastructure. MDL-74265 has been created to deal with this issue. So we are using MDL-74116 (this extra commit) to add that tag (sorry for the noise). --- mod/lti/tests/behat/addtype.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/lti/tests/behat/addtype.feature b/mod/lti/tests/behat/addtype.feature index 27e0752adac..8a1f0bb9615 100644 --- a/mod/lti/tests/behat/addtype.feature +++ b/mod/lti/tests/behat/addtype.feature @@ -15,7 +15,7 @@ Feature: Add preconfigured tools via teacher interface | user | course | role | | teacher1 | C1 | editingteacher | - @javascript + @javascript @skip_interim Scenario: Add a tool from a cartridge Given the following "activity" exists: | course | C1 | @@ -31,7 +31,7 @@ Feature: Add preconfigured tools via teacher interface And the field "Icon URL" matches value "http://download.moodle.org/unittest/test.jpg" And the field "Secure icon URL" matches value "https://download.moodle.org/unittest/test.jpg" - @javascript @_switch_window + @javascript @_switch_window @skip_interim Scenario: Add a preconfigured tool from a cartridge Given the following "activity" exists: | course | C1 |