diff --git a/blueprints-dex-graph/src/test/java/com/tinkerpop/blueprints/impls/dex/DexGraphTest.java b/blueprints-dex-graph/src/test/java/com/tinkerpop/blueprints/impls/dex/DexGraphTest.java index 392421e4..2e575ce0 100644 --- a/blueprints-dex-graph/src/test/java/com/tinkerpop/blueprints/impls/dex/DexGraphTest.java +++ b/blueprints-dex-graph/src/test/java/com/tinkerpop/blueprints/impls/dex/DexGraphTest.java @@ -66,7 +66,7 @@ public void testKeyIndexableGraphTestSuite() throws Exception { doTestSuite(new KeyIndexableGraphTestSuite(this)); printTestPerformance("KeyIndexableGraphTestSuite", this.stopWatch()); } - */ + //*/ public void testGraphMLReaderTestSuite() throws Exception { this.stopWatch();