2 parents b7ac43f + daf8aeb commit fe562f1Copy full SHA for fe562f1
1 file changed
erts/emulator/test/nif_SUITE.erl
@@ -1321,6 +1321,12 @@ select_steal_child_process(Parent, RFd) ->
1321
%% @doc Similar to select/1 test, make a double ended pipe. Then try to steal
1322
%% the socket, see what happens.
1323
select_steal(Config) when is_list(Config) ->
1324
+ case os:type() of
1325
+ {unix,sunos} -> {skip, "TEMPORARY SKIP"};
1326
+ _ -> select_steal_do(Config)
1327
+ end.
1328
+
1329
+select_steal_do(Config) ->
1330
ensure_lib_loaded(Config),
1331
1332
Ref = make_ref(),
0 commit comments