aports/community/deno/tests-disable-upgrade.patch
2024-03-31 09:00:24 +00:00

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"]