enable tracing acceptance test

This commit is contained in:
Jane Lusby 2020-11-30 16:51:31 -08:00 committed by Deirdre Connolly
parent fceef849cf
commit de34c47cc2
1 changed files with 0 additions and 1 deletions

View File

@ -790,7 +790,6 @@ async fn metrics_endpoint() -> Result<()> {
}
#[tokio::test]
#[ignore]
async fn tracing_endpoint() -> Result<()> {
use hyper::{Body, Client, Request, Uri};