Index: /CKEditor/tests/profile.js.tpl
===================================================================
--- /CKEditor/tests/profile.js.tpl	(revision 4332)
+++ /CKEditor/tests/profile.js.tpl	(revision 4333)
@@ -27,5 +27,6 @@
 
 				// Inject CKEditor manual test library.
-				if ( tags.indexOf( 'manual' ) != -1  )
+				if ( tags.indexOf( 'manual' ) != -1
+					 && tags.indexOf( 'editor' ) != -1 )
 					env.push( '${CKEDITOR_TEST_BRANCH_ROOT}/js/manual.js' );
 			}
