These tests are still intermittent on Maven, so keep them disabled for now

git-svn-id: https://google-guice.googlecode.com/svn/trunk@1366 d779f126-a31b-0410-b53b-1d3aecad763e
diff --git a/core/pom.xml b/core/pom.xml
index 366c797..e0f7040 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -60,6 +60,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <excludes>
+            <exclude>**/BytecodeGenTest*</exclude>
             <exclude>**/OSGiContainerTest*</exclude>
             <exclude>**/ScopesTest*</exclude>
             <exclude>**/TypeConversionTest*</exclude>