aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src')
-rw-r--r--crates/mozart/src/commands/remove.rs2
-rw-r--r--crates/mozart/src/commands/require.rs1
-rw-r--r--crates/mozart/src/commands/update.rs1
3 files changed, 0 insertions, 4 deletions
diff --git a/crates/mozart/src/commands/remove.rs b/crates/mozart/src/commands/remove.rs
index f869d12..5696f3e 100644
--- a/crates/mozart/src/commands/remove.rs
+++ b/crates/mozart/src/commands/remove.rs
@@ -781,7 +781,6 @@ mod tests {
}
#[test]
- #[ignore]
fn test_remove_no_update_only_modifies_json() {
use tempfile::tempdir;
@@ -814,7 +813,6 @@ mod tests {
}
#[test]
- #[ignore]
fn test_remove_dry_run_modifies_nothing() {
use tempfile::tempdir;
diff --git a/crates/mozart/src/commands/require.rs b/crates/mozart/src/commands/require.rs
index 0182bb6..13884b8 100644
--- a/crates/mozart/src/commands/require.rs
+++ b/crates/mozart/src/commands/require.rs
@@ -1012,7 +1012,6 @@ mod tests {
}
#[test]
- #[ignore]
fn test_require_dry_run_modifies_nothing() {
use tempfile::tempdir;
diff --git a/crates/mozart/src/commands/update.rs b/crates/mozart/src/commands/update.rs
index 53ee9d7..18e2c68 100644
--- a/crates/mozart/src/commands/update.rs
+++ b/crates/mozart/src/commands/update.rs
@@ -1704,7 +1704,6 @@ mod tests {
}
#[test]
- #[ignore]
fn test_update_lock_only_e2e() {
use tempfile::tempdir;