Skip to content

Commit

Permalink
cargo-test: Reenable test_emit_tracing_notice
Browse files Browse the repository at this point in the history
Fixes: #23396
  • Loading branch information
def- committed Dec 19, 2023
1 parent ea9338a commit 15fa83d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/environmentd/tests/sql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2514,7 +2514,6 @@ fn test_isolation_level_notice() {
}

#[test] // allow(test-attribute)
#[ignore] // TODO: Reenable when #23396 is fixed
fn test_emit_tracing_notice() {
let server = test_util::TestHarness::default()
.with_enable_tracing(true)
Expand Down

0 comments on commit 15fa83d

Please sign in to comment.