diff --git a/core/modules/field/tests/modules/field_test/field_test.info b/core/modules/field/tests/modules/field_test/field_test.info
index 5fc9b27d862fe1bc1f0c5cf944d88bdf0c015213..44d52333e384f7318521b9ff9c4a1cdac38c4436 100644
--- a/core/modules/field/tests/modules/field_test/field_test.info
+++ b/core/modules/field/tests/modules/field_test/field_test.info
@@ -2,6 +2,5 @@ name = "Field API Test"
 description = "Support module for the Field API tests."
 core = 8.x
 package = Testing
-files[] = field_test.entity.inc
 version = VERSION
 hidden = TRUE
diff --git a/core/modules/file/tests/file_test/file_test.info b/core/modules/file/tests/file_test/file_test.info
index b71f2a028a91cf4eecff00ee6742c74cf503a8fb..3806eb948af81c95001542c570dec93d0348212f 100644
--- a/core/modules/file/tests/file_test/file_test.info
+++ b/core/modules/file/tests/file_test/file_test.info
@@ -3,5 +3,4 @@ description = "Support module for file handling tests."
 package = Testing
 version = VERSION
 core = 8.x
-files[] = file_test.module
 hidden = TRUE
diff --git a/core/modules/system/system.info b/core/modules/system/system.info
index 6b686d7b8a3e4993f9f135fad2ed345508686866..195ca0771c07e5daf0c4a44637a39868053917e1 100644
--- a/core/modules/system/system.info
+++ b/core/modules/system/system.info
@@ -5,6 +5,3 @@ version = VERSION
 core = 8.x
 required = TRUE
 configure = admin/config/system
-
-; Tests in tests directory.
-files[] = tests/registry.test