blob: 271a5ecbafad074ca2f0af45b2cf74e5bf3bfe55 (
plain) (
tree)
|
|
{suites,"../ssh_test",all}.
{skip_cases, "../ssh_test",
ssh_benchmark_SUITE, [openssh_shell,erl_shell],
"Benchmarks run separately"}.
{skip_cases,"../ssh_test",ssh_ssh_SUITE,
[ssh],
"Current implementation is timingdependent and\nhence will succeed/fail on a whim"}.
{skip_cases,"../ssh_test",ssh_ssh_SUITE,
[ssh_compressed],
"Current implementation is timingdependent hence will succeed/fail on a whim"}.
|