1 parent 7f66cde commit 6317b10Copy full SHA for 6317b10
1 file changed
lambda-runtime/src/runtime.rs
@@ -935,10 +935,9 @@ mod endpoint_tests {
935
Ok(())
936
}
937
938
- #[tokio::test]
939
#[cfg(feature = "concurrency-tokio")]
940
- #[traced_test]
941
- #[cfg(feature = "tokio-concurrent-runtime")]
+ #[tracing_test::traced_test]
+ #[tokio::test]
942
async fn test_concurrent_structured_logging_isolation() -> Result<(), Error> {
943
use std::collections::HashSet;
944
use tracing::info;
0 commit comments