kitchen-freezer/tests/sync-reminder.rs

8 lines
283 B
Rust
Raw Permalink 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`
2021-11-15 22:32:44 +01:00
// See also the CI configuration in the `.gitlab` folder
2021-03-28 19:42:18 +02:00
}