diff options
author | Hans Nilsson <[email protected]> | 2016-12-09 17:53:59 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-12-14 11:46:48 +0100 |
commit | 169d8b4143cb8ccabdda13765c7d21ab9d2c9686 (patch) | |
tree | 85e6fed0f241a06859151beed1fd4f3078db4867 /lib/ssh/test/ssh_property_test_SUITE.erl | |
parent | eec0a0751e2a7ca7e32731fcd05f0a6032e1062f (diff) | |
download | otp-169d8b4143cb8ccabdda13765c7d21ab9d2c9686.tar.gz otp-169d8b4143cb8ccabdda13765c7d21ab9d2c9686.tar.bz2 otp-169d8b4143cb8ccabdda13765c7d21ab9d2c9686.zip |
ssh: [test] property test cuddling
Diffstat (limited to 'lib/ssh/test/ssh_property_test_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_property_test_SUITE.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ssh/test/ssh_property_test_SUITE.erl b/lib/ssh/test/ssh_property_test_SUITE.erl index 7ba2732a88..9b2a84d8e4 100644 --- a/lib/ssh/test/ssh_property_test_SUITE.erl +++ b/lib/ssh/test/ssh_property_test_SUITE.erl @@ -68,9 +68,6 @@ init_per_group(_, Config) -> end_per_group(_, Config) -> Config. -%%% Always skip the testcase that is not quite in phase with the -%%% ssh_message.erl code -init_per_testcase(decode_encode, _) -> {skip, "Fails - testcase is not ok"}; init_per_testcase(_TestCase, Config) -> Config. end_per_testcase(_TestCase, Config) -> Config. |