diff options
author | Hans Nilsson <[email protected]> | 2015-12-22 10:03:52 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-12-22 10:03:52 +0100 |
commit | 1c020c2748732c39627ecd2f19827f0b605d4672 (patch) | |
tree | 307f4fb4389027f3b3bbf271e7ce8574d4cce944 /lib | |
parent | 2a729798aacfc7ce0e718d3b52e4915223a13e03 (diff) | |
parent | 9088c48800c851f2b85cac8bcb0643a97525c283 (diff) | |
download | otp-1c020c2748732c39627ecd2f19827f0b605d4672.tar.gz otp-1c020c2748732c39627ecd2f19827f0b605d4672.tar.bz2 otp-1c020c2748732c39627ecd2f19827f0b605d4672.zip |
Merge branch 'maint'
* maint:
ssh: clean test specs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/test/ssh.spec | 14 |
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"}. + + |