kitchen-freezer/tests/sync-reminder.rs

7 lines
222 B
Rust
Raw Normal View History

2021-03-28 19:42:18 +02:00
#[test]
#[ignore]
fn do_not_forget_to_run_tests_with_specific_features() {
// This is just a reminder that there are tests that can be run only when cargo feature "integration_tests" is enabled.
// See `sync.rs`
}