diff options
author | Hans Nilsson <[email protected]> | 2017-05-22 15:36:52 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-05-23 13:50:58 +0200 |
commit | 254422231e50ced8014eb84b9d80136b45483cc2 (patch) | |
tree | eee71dd74ba904f19065ea11f9d7c1f85a2f13fc /lib | |
parent | 580dc012238b4fd2839730c0c44edaef55dc9b4b (diff) | |
download | otp-254422231e50ced8014eb84b9d80136b45483cc2.tar.gz otp-254422231e50ced8014eb84b9d80136b45483cc2.tar.bz2 otp-254422231e50ced8014eb84b9d80136b45483cc2.zip |
ssh: disable faulty ssh_upgrade_SUITE
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/test/ssh.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh.spec b/lib/ssh/test/ssh.spec index 68268cb20d..b4e3d36072 100644 --- a/lib/ssh/test/ssh.spec +++ b/lib/ssh/test/ssh.spec @@ -1,6 +1,7 @@ {suites,"../ssh_test",all}. -{skip_suites, "../ssh_test", [ssh_bench_SUITE +{skip_suites, "../ssh_test", [ssh_bench_SUITE, + ssh_upgrade_SUITE ], "Benchmarks run separately"}. |