aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh.spec
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-12-22 10:00:10 +0100
committerHans Nilsson <[email protected]>2015-12-22 10:02:34 +0100
commit537ba0cfc4cb9640f912d382a4c7730736696376 (patch)
treec5a5f341016b6c258dab674aa9169a4f2ce1e6a5 /lib/ssh/test/ssh.spec
parent76bfd2ad384ed609949809c0c79605d915f6011e (diff)
downloadotp-537ba0cfc4cb9640f912d382a4c7730736696376.tar.gz
otp-537ba0cfc4cb9640f912d382a4c7730736696376.tar.bz2
otp-537ba0cfc4cb9640f912d382a4c7730736696376.zip
ssh: clean test specs
Diffstat (limited to 'lib/ssh/test/ssh.spec')
-rw-r--r--lib/ssh/test/ssh.spec14
1 files changed, 5 insertions, 9 deletions
diff --git a/lib/ssh/test/ssh.spec b/lib/ssh/test/ssh.spec
index 271a5ecbaf..0076fc275e 100644
--- a/lib/ssh/test/ssh.spec
+++ b/lib/ssh/test/ssh.spec
@@ -1,10 +1,6 @@
{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"}.
+
+{skip_suites, "../ssh_test", [ssh_benchmark_SUITE],
+ "Benchmarks run separately"}.
+
+