diff --git a/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php b/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php index 92f6af1..915724a 100644 --- a/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php +++ b/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php @@ -8,9 +8,6 @@ /** * Defines a class for testing the conversion of entity types to revisionable. - * - * @group Entity - * @group Update */ abstract class SqlContentEntityStorageSchemaConverterTestBase extends UpdatePathTestBase {