Skip to content

Commit

Permalink
Run reach_max_unpack_size test only on debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Sep 14, 2022
1 parent 8ddc422 commit db7732e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testsuite/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2698,6 +2698,8 @@ fn http_requires_trailing_slash() {
.run()
}

// Run this test only on debug build.
#[cfg(debug_assertions)]
#[cargo_test]
fn reach_max_unpack_size() {
let p = project()
Expand Down

0 comments on commit db7732e

Please sign in to comment.