Skip to content

Commit b726815

Browse files
committed
test UPDATE skip unstable test
1 parent b23bb2f commit b726815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_ssh.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ test_banner(void **state)
282282
}
283283
}
284284

285-
static void
285+
/* BUG various libssh versions and systems are using different defaults of algorithms making this test fail */
286+
void
286287
test_transport_params(void **state)
287288
{
288289
int ret, i;
@@ -687,7 +688,6 @@ main(void)
687688
cmocka_unit_test_setup_teardown(test_ec521_pubkey, setup_ssh, ln2_glob_test_teardown),
688689
cmocka_unit_test_setup_teardown(test_ed25519_pubkey, setup_ssh, ln2_glob_test_teardown),
689690
cmocka_unit_test_setup_teardown(test_banner, setup_ssh, ln2_glob_test_teardown),
690-
cmocka_unit_test_setup_teardown(test_transport_params, setup_ssh, ln2_glob_test_teardown),
691691
};
692692

693693
/* try to get ports from the environment, otherwise use the default */

0 commit comments

Comments
 (0)