diff --git a/core/modules/field/tests/modules/field_test/field_test.module b/core/modules/field/tests/modules/field_test/field_test.module
index f9359f6..5b8242f 100644
--- a/core/modules/field/tests/modules/field_test/field_test.module
+++ b/core/modules/field/tests/modules/field_test/field_test.module
@@ -301,6 +301,10 @@ function field_test_field_extra_fields_alter(&$info) {
 
 /**
  * Implements hook_module_implements_alter().
+ *
+ * field_test_entity_info_alter() adds the bundles for its entities, and thus
+ * needs to run before rdf_entity_info_alter().
+ * @todo Remove when http://drupal.org/node/1822458 is fixed.
  */
 function field_test_module_implements_alter(&$implementations, $hook) {
   if ($hook == 'entity_info_alter' && isset($implementations['field_test']) && isset($implementations['rdf'])) {
