diff --git a/core/modules/block_content/src/Tests/BlockContentFieldTest.php b/core/modules/block_content/src/Tests/BlockContentFieldTest.php index 2b8023c..b19243f 100644 --- a/core/modules/block_content/src/Tests/BlockContentFieldTest.php +++ b/core/modules/block_content/src/Tests/BlockContentFieldTest.php @@ -11,8 +11,6 @@ * Tests block fieldability. * * @group block_content - * @todo Consider removing this test when https://drupal.org/node/1822000 is - * fixed. */ class BlockContentFieldTest extends BlockContentTestBase { @@ -21,7 +19,7 @@ class BlockContentFieldTest extends BlockContentTestBase { * * @var array */ - public static $modules = array('block', 'block_content', 'link'); + public static $modules = array('block', 'block_content'); /** * The created field.