aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_property_test_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2016-12-09 17:53:59 +0100
committerHans Nilsson <[email protected]>2016-12-14 11:46:48 +0100
commit169d8b4143cb8ccabdda13765c7d21ab9d2c9686 (patch)
tree85e6fed0f241a06859151beed1fd4f3078db4867 /lib/ssh/test/ssh_property_test_SUITE.erl
parenteec0a0751e2a7ca7e32731fcd05f0a6032e1062f (diff)
downloadotp-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.erl3
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.