Skip to content

Commit

Permalink
test_emit_tracing_notice requires tracing not being initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Jun 1, 2023
1 parent 24f2e85 commit c2452dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environmentd/tests/sql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2481,7 +2481,7 @@ fn test_isolation_level_notice() {
.unwrap();
}

#[mz_ore::test]
#[test]
fn test_emit_tracing_notice() {
let config = util::Config::default().with_enable_tracing(true);
let server = util::start_server(config).unwrap();
Expand Down

0 comments on commit c2452dc

Please sign in to comment.