More windows tests

This commit is contained in:
Viktor Liu
2025-07-03 13:56:32 +02:00
parent f1bb4d2ac3
commit aa30b7afe8
4 changed files with 17 additions and 13 deletions

View File

@@ -401,6 +401,10 @@ func TestSSHServerFeatureCompatibility(t *testing.T) {
t.Skip("Skipping SSH feature compatibility tests in short mode")
}
if runtime.GOOS == "windows" && isCI() {
t.Skip("Skipping Windows SSH compatibility tests in CI due to S4U authentication issues")
}
if !isSSHClientAvailable() {
t.Skip("SSH client not available on this system")
}