diff --git a/diff.info.yml b/diff.info.yml
index 71d37cc..2eec08f 100644
--- a/diff.info.yml
+++ b/diff.info.yml
@@ -3,5 +3,3 @@ type: module
 description: Shows differences between content revisions.
 core: 8.x
 configure: diff.general_settings
-test_dependencies:
-  - entity
diff --git a/tests/src/Kernel/DiffControllerTest.php b/tests/src/Kernel/DiffControllerTest.php
index 100e0bd..327b30f 100644
--- a/tests/src/Kernel/DiffControllerTest.php
+++ b/tests/src/Kernel/DiffControllerTest.php
@@ -24,7 +24,7 @@ class DiffControllerTest extends KernelTestBase {
   /**
    * {@inheritdoc}
    */
-  public static $modules = ['diff', 'entity_test', 'diff_test', 'entity', 'system', 'user'];
+  public static $modules = ['diff', 'entity_test', 'diff_test', 'system', 'user'];
 
   /**
    * {@inheritdoc}
