blob: 271a5ecbafad074ca2f0af45b2cf74e5bf3bfe55 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{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"}.
|