Skip to content

Commit

Permalink
disable self-signed certificate tls test
Browse files Browse the repository at this point in the history
until we figure out a fix for: #3998
  • Loading branch information
garypen committed Oct 9, 2023
1 parent 3c98812 commit 96a7cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apollo-router/src/services/subgraph_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2781,6 +2781,7 @@ mod tests {
server.await.unwrap()
}

#[ignore]
#[tokio::test(flavor = "multi_thread")]
async fn tls_self_signed() {
let certificate_pem = include_str!("./testdata/server_self_signed.crt");
Expand Down

0 comments on commit 96a7cc1

Please sign in to comment.