1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/community/deno/tests-disable-upgrade.patch
2024-11-24 01:47:52 +01:00

14 lines
364 B
Diff

cargo test --exclude upgrade doesn't work here. :/
--- a/tests/integration/mod.rs
+++ b/tests/integration/mod.rs
@@ -58,7 +58,7 @@
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 = "watcher_tests.rs"]
mod watcher;