Skip to content

Commit 97a8d11

Browse files
committed
tests: Let frontend peek sequencing handle test_emit_tracing_notice
1 parent c35b5ad commit 97a8d11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/environmentd/tests/sql.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,8 +2432,6 @@ fn test_emit_tracing_notice() {
24322432
.with_system_parameter_default("log_filter".to_string(), "info".to_string())
24332433
.start_blocking();
24342434

2435-
server.disable_feature_flags(&["enable_frontend_peek_sequencing"]);
2436-
24372435
let (tx, mut rx) = futures::channel::mpsc::unbounded();
24382436

24392437
let mut client = server

0 commit comments

Comments
 (0)