diff --git a/tests/end_to_end_cases/influxdb_ioxd.rs b/tests/end_to_end_cases/influxdb_ioxd.rs index b06174f59f..a721033b94 100644 --- a/tests/end_to_end_cases/influxdb_ioxd.rs +++ b/tests/end_to_end_cases/influxdb_ioxd.rs @@ -2,7 +2,6 @@ use assert_cmd::Command; use predicates::prelude::*; use std::time::Duration; -#[ignore] #[tokio::test] async fn test_logging() { Command::cargo_bin("influxdb_iox")