Skip to content

Commit 903a2e3

Browse files
authored
test(sspi): network_client is only required for a subset of the tests (#425)
1 parent a6cef0f commit 903a2e3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ tracing-subscriber = { workspace = true, features = ["env-filter"] }
155155
proptest.workspace = true
156156
cfg-if.workspace = true
157157

158-
[[test]]
159-
name = "sspi"
160-
required-features = ["network_client"]
161-
162158
[[example]]
163159
name = "kerberos"
164160
required-features = ["network_client"]

tests/sspi/client_server/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg(feature = "network_client")] // The network_client feature is required for the client_server tests.
2+
13
mod credssp;
24
mod ntlm;
35

0 commit comments

Comments
 (0)