mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
16 lines
392 B
Diff
16 lines
392 B
Diff
cargo test --exclude upgrade doesn't work here. :/
|
|
|
|
--- a/tests/integration/mod.rs
|
|
+++ b/tests/integration/mod.rs
|
|
@@ -65,8 +65,8 @@
|
|
mod task;
|
|
#[path = "test_tests.rs"]
|
|
mod test;
|
|
-#[path = "upgrade_tests.rs"]
|
|
-mod upgrade;
|
|
+//#[path = "upgrade_tests.rs"] // XXX-Patched: "upgrade" feature is disabled
|
|
+//mod upgrade;
|
|
#[path = "vendor_tests.rs"]
|
|
mod vendor;
|
|
#[path = "watcher_tests.rs"]
|