Skip to content

Commit 67f4cf1

Browse files
committed
Re-enable a number of tests
1 parent 0d96b2d commit 67f4cf1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/coercions_tests.rs

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

77
#[tokio::test]
8-
#[ignore]
98
async fn coercions_tests() {
109
let (topic, table, producer, kdi, token, rt) = helpers::create_and_run_kdi(
1110
"coercions",

tests/dead_letter_tests.rs

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

2727
#[tokio::test]
28-
#[ignore]
2928
async fn test_dlq() {
3029
helpers::init_logger();
3130

tests/feed_s3_tests.rs

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

3131
#[tokio::test(flavor = "multi_thread")]
32-
#[ignore]
3332
async fn feed_load_test() {
3433
helpers::init_logger();
3534

0 commit comments

Comments
 (0)