aboutsummaryrefslogtreecommitdiffstats
path: root/test/upgrade_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/upgrade_SUITE.erl')
-rw-r--r--test/upgrade_SUITE.erl8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/upgrade_SUITE.erl b/test/upgrade_SUITE.erl
index a278aa7..f629ead 100644
--- a/test/upgrade_SUITE.erl
+++ b/test/upgrade_SUITE.erl
@@ -164,6 +164,14 @@ do_downgrade(Example) ->
%% Tests.
upgrade_ranch_one_conn(_) ->
+ case os:type() of
+ {win32, nt} ->
+ {skip, "This test suite is not currently supported on Windows."};
+ _ ->
+ do_upgrade_ranch_one_conn()
+ end.
+
+do_upgrade_ranch_one_conn() ->
Example = tcp_echo,
Port = 5555,
try