diff --git a/theme/boost/tests/behat/blacklist.json b/theme/boost/tests/behat/blacklist.json index e37f62b6c38..bbd3a20f5c7 100644 --- a/theme/boost/tests/behat/blacklist.json +++ b/theme/boost/tests/behat/blacklist.json @@ -2,6 +2,8 @@ "features": [ "lib/tests/behat/action_menu.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" ] }