fix(trunk): move T8 #[ignore] full-e2e stub to binary crate tests #21
Reference in New Issue
Block a user
Delete Branch "fix/move-t8-stub-to-binary-crate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Moved the #[ignore]'d full_pstn_e2e_through_media_thread_register_trunk test from crates/rutster-trunk/tests/sim_integ.rs to crates/rutster/tests/trunk_sim_e2e.rs. The trunk crate can't depend on the binary crate (circular dep). Also pinned Cargo.lock deps to 1.85-compatible versions. Squash-merge.