test(test): unnecessay env_remove("RUST_BACKTRACE")

This is done for all tests in f3c7525a61d61b347ed9e2e278dd84cc8c943531
This commit is contained in:
Weihang Lo 2024-09-30 13:08:39 -04:00
parent e965b41fa0
commit dfa8f26ddc
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -5497,7 +5497,6 @@ Caused by:
.run();
p.cargo("test --no-fail-fast -- --nocapture")
.env_remove("RUST_BACKTRACE")
.with_stderr_does_not_contain(
"test exited abnormally; to see the full output pass --nocapture to the harness.",
)