Skip to content

Commit fe562f1

Browse files
committed
Merge branch 'sverker/TEST/mallor-nif_SUITE'
2 parents b7ac43f + daf8aeb commit fe562f1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

erts/emulator/test/nif_SUITE.erl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,12 @@ select_steal_child_process(Parent, RFd) ->
13211321
%% @doc Similar to select/1 test, make a double ended pipe. Then try to steal
13221322
%% the socket, see what happens.
13231323
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) ->
13241330
ensure_lib_loaded(Config),
13251331

13261332
Ref = make_ref(),

0 commit comments

Comments
 (0)