Skip to content

Commit 7ad0fd0

Browse files
committed
chore(ci): ignore ampup tests
1 parent 5706016 commit 7ad0fd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/bin/ampup/src/tests/it_ampup.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"]
171172
async 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"]
197199
async 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"]
222225
async fn install_already_installed_version_switches_to_it() -> Result<()> {
223226
let temp = TempInstallDir::new()?;
224227
let version = "v0.0.21";

0 commit comments

Comments
 (0)