diff options
author | Björn-Egil Dahlberg <[email protected]> | 2010-11-26 14:55:41 +0100 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-05-19 14:38:11 +0200 |
commit | d6e981e751b4565773204d7eb394ca445d63e771 (patch) | |
tree | 261d56b65f7a9d1255f3d5471213cac34e03e485 /lib/ssh/test/ssh.spec | |
parent | 2a3bb0347d691703cc1eb9b1fd6f29f489ff4e3a (diff) | |
download | otp-d6e981e751b4565773204d7eb394ca445d63e771.tar.gz otp-d6e981e751b4565773204d7eb394ca445d63e771.tar.bz2 otp-d6e981e751b4565773204d7eb394ca445d63e771.zip |
Add test suite for ssh
Diffstat (limited to 'lib/ssh/test/ssh.spec')
-rw-r--r-- | lib/ssh/test/ssh.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh.spec b/lib/ssh/test/ssh.spec new file mode 100644 index 0000000000..d99250654e --- /dev/null +++ b/lib/ssh/test/ssh.spec @@ -0,0 +1,6 @@ +{topcase, {dir, "../ssh_test"}}. +{require_nodenames, 1}. +{skip, {ssh_ssh_SUITE, ssh, "Current implementation is timingdependent and +hence will succeed/fail on a whim"}}. +{skip, {ssh_ssh_SUITE, ssh_compressed, +"Current implementation is timingdependent hence will succeed/fail on a whim"}}. |