diff --git a/core/modules/shortcut/src/Tests/ShortcutSetsTest.php b/core/modules/shortcut/src/Tests/ShortcutSetsTest.php
index 66713dc..8cea657 100644
--- a/core/modules/shortcut/src/Tests/ShortcutSetsTest.php
+++ b/core/modules/shortcut/src/Tests/ShortcutSetsTest.php
@@ -16,6 +16,13 @@
 class ShortcutSetsTest extends ShortcutTestBase {
 
   /**
+   * Enable field_ui to make sure it does not break overview pages.
+   *
+   * @var array
+   */
+  public static $modules = array('field_ui');
+
+  /**
    * Tests creating a shortcut set.
    */
   function testShortcutSetAdd() {
