kitchen-freezer/tests/sync-reminder.rs
2021-04-03 18:47:04 +02:00

6 lines
222 B
Rust

#[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`
}