Skip to content

Commit

Permalink
disable self-signed certificate tls test (#3999)
Browse files Browse the repository at this point in the history
until we figure out a fix for:
#3998
  • Loading branch information
garypen authored Oct 9, 2023
1 parent 83b6c2c commit 56d9b72
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 56d9b72

Please sign in to comment.