blob: a3296d97a1671cfd353e39985e2906bc0a410ca2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{suites,"../ssh_test",all}.
{skip_cases, "../ssh_test",
ssl_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"}.
|