Skip to content

Commit 76aa25b

Browse files
committed
wip: otel flaky test
Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
1 parent 9c5a4e4 commit 76aa25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -904,11 +904,11 @@ async fn test_otel() {
904904
"OTEL_EXPORTER_OTLP_CLIENT_KEY",
905905
client_key_file.path().to_str().unwrap(),
906906
);
907-
std::env::set_var("OTEL_METRIC_EXPORT_INTERVAL", "1");
908907

909908
let mut config = default_test_config();
910909
config.metrics_enabled = true;
911910
config.log_fmt = "otlp".to_string();
911+
config.log_level = "trace".to_string();
912912

913913
setup_metrics().unwrap();
914914
setup_tracing(&config.log_level, &config.log_fmt, config.log_no_color).unwrap();

0 commit comments

Comments
 (0)