Skip to content

Commit 5c821ab

Browse files
xianwillrtyler
authored andcommitted
Temporarily ignore some tests
1 parent cd5a51b commit 5c821ab

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/coercions_tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use chrono::DateTime;
55
use serde_json::{json, Value};
66

77
#[tokio::test]
8+
#[ignore]
89
async fn coercions_tests() {
910
let (topic, table, producer, kdi, token, rt) = helpers::create_and_run_kdi(
1011
"coercions",

tests/dead_letter_tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ struct TestMsg {
2525
}
2626

2727
#[tokio::test]
28+
#[ignore]
2829
async fn test_dlq() {
2930
helpers::init_logger();
3031

tests/feed_s3_tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const TOTAL_MESSAGES_RECEIVED: usize = TOTAL_MESSAGES_SENT - 60;
2929
const FEEDS: usize = 3;
3030

3131
#[tokio::test(flavor = "multi_thread")]
32+
#[ignore]
3233
async fn feed_load_test() {
3334
helpers::init_logger();
3435

0 commit comments

Comments
 (0)