File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
crates/bin/ampup/src/tests Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ async fn uninstall_fails_for_non_existent_version() -> Result<()> {
168168}
169169
170170#[ tokio:: test]
171+ #[ ignore = "Re-enable this and bump versions once the repository is public" ]
171172async fn install_latest_version ( ) -> Result < ( ) > {
172173 let temp = TempInstallDir :: new ( ) ?;
173174
@@ -194,6 +195,7 @@ async fn install_latest_version() -> Result<()> {
194195}
195196
196197#[ tokio:: test]
198+ #[ ignore = "Re-enable this and bump versions once the repository is public" ]
197199async fn install_specific_version ( ) -> Result < ( ) > {
198200 let temp = TempInstallDir :: new ( ) ?;
199201
@@ -219,6 +221,7 @@ async fn install_specific_version() -> Result<()> {
219221}
220222
221223#[ tokio:: test]
224+ #[ ignore = "Re-enable this and bump versions once the repository is public" ]
222225async fn install_already_installed_version_switches_to_it ( ) -> Result < ( ) > {
223226 let temp = TempInstallDir :: new ( ) ?;
224227 let version = "v0.0.21" ;
You can’t perform that action at this time.
0 commit comments