| Index: compiler/javatests/com/google/dart/compiler/common/CommonTests.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/common/CommonTests.java b/compiler/javatests/com/google/dart/compiler/common/CommonTests.java
|
| index 4a490cace9fa63caf53fb62bcef6d1f6526c4daf..c26eac4469f728fc999c784d0878e09fe450b053 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/common/CommonTests.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/common/CommonTests.java
|
| @@ -17,7 +17,8 @@ public class CommonTests extends TestSetup {
|
| public static Test suite() {
|
| TestSuite suite = new TestSuite("Dart common test suite.");
|
|
|
| - suite.addTestSuite(GenerateSourceMapTest.class);
|
| + // TODO(zundel): remove all tests related to code generation
|
| + // suite.addTestSuite(GenerateSourceMapTest.class); // related to code generation
|
| suite.addTestSuite(LibrarySourceFileTest.class);
|
| suite.addTestSuite(NameTest.class);
|
| suite.addTestSuite(NameFactoryTest.class);
|
|
|