Skip to content

Commit

Permalink
[crashtracker] Ignore slow release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsn committed Jun 11, 2024
1 parent 718e036 commit b500948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin_tests/tests/crashtracker_bin_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ fn test_crash_tracking_bin_debug() {
}

#[test]
#[ignore] // This test is slow, only run it if explicitly opted in
#[cfg_attr(miri, ignore)]
fn test_crash_tracking_bin_release() {
test_crash_tracking_bin(BuildProfile::Release);
Expand Down
1 change: 1 addition & 0 deletions bin_tests/tests/test_the_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fn test_the_tests_debug() {
}

#[test]
#[ignore] // This test is slow, only run it if explicitly opted in
#[cfg_attr(miri, ignore)]
fn test_the_tests_release() {
test_the_tests_inner(BuildProfile::Release);
Expand Down

0 comments on commit b500948

Please sign in to comment.