Skip to content

Commit

Permalink
Merge pull request #201 added comment for disabled test in custom_ca_…
Browse files Browse the repository at this point in the history
…test.rs
  • Loading branch information
rekby committed May 17, 2024
2 parents 11bdb2e + e35bd16 commit cb2243d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/src/custom_ca_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use crate::{
#[traced_test]
#[ignore] // YDB access is necessary
async fn custom_ca_test() -> YdbResult<()> {
// Enable the test after fix https://github.com/ydb-platform/ydb/issues/4638
return Ok(());

#[allow(unreachable_code)]
Expand Down

0 comments on commit cb2243d

Please sign in to comment.