Skip to content

Commit 6317b10

Browse files
committed
fix(test): fix feature flag for test_concurrent_structured_logging_isolation
1 parent 7f66cde commit 6317b10

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

lambda-runtime/src/runtime.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -935,10 +935,9 @@ mod endpoint_tests {
935935
Ok(())
936936
}
937937

938-
#[tokio::test]
939938
#[cfg(feature = "concurrency-tokio")]
940-
#[traced_test]
941-
#[cfg(feature = "tokio-concurrent-runtime")]
939+
#[tracing_test::traced_test]
940+
#[tokio::test]
942941
async fn test_concurrent_structured_logging_isolation() -> Result<(), Error> {
943942
use std::collections::HashSet;
944943
use tracing::info;

0 commit comments

Comments
 (0)