Remove the OIO-OIO test cases

This commit is contained in:
Trustin Lee 2012-06-03 19:13:10 -07:00
parent 1e7c65c12e
commit bde9b6aa2a

View File

@ -82,6 +82,9 @@ final class SocketTestPermutation {
}
}
// Remove the OIO-OIO case which often leads to a dead lock by its nature.
list.remove(list.size() - 1);
return list;
}