File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -386,6 +386,10 @@ Caused by:
386
386
}
387
387
388
388
#[ cargo_test( public_network_test) ]
389
+ // For unknown reasons, this test occasionally fails on Windows with a
390
+ // LIBSSH2_ERROR_KEY_EXCHANGE_FAILURE error:
391
+ // failed to start SSH session: Unable to exchange encryption keys; class=Ssh (23)
392
+ #[ cfg_attr( windows, ignore = "test is flaky on windows" ) ]
389
393
fn invalid_github_key ( ) {
390
394
// A key for github.com in known_hosts should override the built-in key.
391
395
// This uses a bogus key which should result in an error.
@@ -417,6 +421,10 @@ fn invalid_github_key() {
417
421
}
418
422
419
423
#[ cargo_test( public_network_test) ]
424
+ // For unknown reasons, this test occasionally fails on Windows with a
425
+ // LIBSSH2_ERROR_KEY_EXCHANGE_FAILURE error:
426
+ // failed to start SSH session: Unable to exchange encryption keys; class=Ssh (23)
427
+ #[ cfg_attr( windows, ignore = "test is flaky on windows" ) ]
420
428
fn bundled_github_works ( ) {
421
429
// The bundled key for github.com works.
422
430
//
You can’t perform that action at this time.
0 commit comments