Remove @MediumTest annotation since it is not available on the build classpath
diff --git a/extensions/grapher/test/com/google/inject/grapher/AbstractInjectorGrapherTest.java b/extensions/grapher/test/com/google/inject/grapher/AbstractInjectorGrapherTest.java
index 8d90f4c..b5ee53f 100644
--- a/extensions/grapher/test/com/google/inject/grapher/AbstractInjectorGrapherTest.java
+++ b/extensions/grapher/test/com/google/inject/grapher/AbstractInjectorGrapherTest.java
@@ -26,7 +26,6 @@
 import com.google.inject.Key;
 import com.google.inject.Provider;
 import com.google.inject.spi.InjectionPoint;
-import com.google.testing.testsize.MediumTest;
 
 import junit.framework.TestCase;
 
@@ -41,7 +40,6 @@
  *
  * @author bojand@google.com (Bojan Djordjevic)
  */
-@MediumTest
 public class AbstractInjectorGrapherTest extends TestCase {
   private static final String TEST_STRING = "test";