Chromium Code Reviews| Index: utils/tests/pub/pub_test.dart |
| =================================================================== |
| --- utils/tests/pub/pub_test.dart (revision 7825) |
| +++ utils/tests/pub/pub_test.dart (working copy) |
| @@ -143,6 +143,7 @@ |
| '''); |
| }); |
| +/* |
| test('checks out a package from Git', () { |
| git('foo.git', [ |
| file('foo.dart', 'main() => "foo";') |
| @@ -200,6 +201,7 @@ |
| runPub(args: ['install'], |
| output: const RegExp("Dependencies installed!\$")); |
| }); |
| +*/ |
| } |
| versionCommand() { |