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).
This commit is contained in:
Sara Arjona 2022-03-18 13:27:04 +01:00
parent a96cec3ed3
commit 5584c7b6a6

View file

@ -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 |