From 19848eb132c83ff0c0d1fe6f00a3ebd381c68395 Mon Sep 17 00:00:00 2001 From: Nga Tran Date: Wed, 8 Sep 2021 17:30:55 -0400 Subject: [PATCH] chore: turn a test on --- tests/end_to_end_cases/influxdb_ioxd.rs | 1 - 1 file changed, 1 deletion(-) 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")