Index: utils/tests/pub/pub_test.dart |
diff --git a/utils/tests/pub/pub_test.dart b/utils/tests/pub/pub_test.dart |
index 6de4dbcc6c766c46a686b1a34f537d582a291d6f..bbc8e409451d26b2ee3ef0e59a9a265546aa508f 100644 |
--- a/utils/tests/pub/pub_test.dart |
+++ b/utils/tests/pub/pub_test.dart |
@@ -55,10 +55,6 @@ main() { |
}); |
integration('running pub with just --version displays version', () { |
- dir(sdkPath, [ |
- file('version', '0.1.2.3'), |
- ]).scheduleCreate(); |
- |
schedulePub(args: ['--version'], output: VERSION_STRING); |
}); |
@@ -125,10 +121,6 @@ main() { |
group('version', () { |
integration('displays the current version', () { |
- dir(sdkPath, [ |
- file('version', '0.1.2.3'), |
- ]).scheduleCreate(); |
- |
schedulePub(args: ['version'], output: VERSION_STRING); |
}); |