Skip to content

Commit

Permalink
tests: ignore version test for cargo-c ctest
Browse files Browse the repository at this point in the history
When running under `cargo ctest` the `rustls-ffi` import doesn't work
for this small integration test.

It's not worth debugging atm. Let's just ignore it for now and only run
the test from the normal 'cargo test' invocation where it works.
  • Loading branch information
cpu committed Dec 17, 2024
1 parent b4790be commit f5e2626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rustls_version.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg(not(feature = "capi"))]
use std::fs::File;
use std::io::Read;
use std::path::PathBuf;
Expand Down

0 comments on commit f5e2626

Please sign in to comment.