mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-72450 theme_boost: Blacklist feature files related to activity nav
This commit is contained in:
parent
b2e31803ad
commit
fac039f231
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
"features": [
|
"features": [
|
||||||
"lib/tests/behat/action_menu.feature",
|
"lib/tests/behat/action_menu.feature",
|
||||||
"blocks/tests/behat/hide_blocks.feature",
|
"blocks/tests/behat/hide_blocks.feature",
|
||||||
"blocks/tests/behat/move_blocks.feature"
|
"blocks/tests/behat/move_blocks.feature",
|
||||||
|
"course/tests/behat/activity_navigation.feature",
|
||||||
|
"course/tests/behat/activity_navigation_with_restrictions.feature"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue