[ARTEMIS-142] fixing tests
https://issues.apache.org/jira/browse/ARTEMIS-142 I have previously exposed this exception as some errors were being hidden Now that I have cleared those, It's best to remove this as some errors are now happening
This commit is contained in:
parent
455f0e394e
commit
6c5e206c19
|
@ -1358,8 +1358,6 @@ public class ClientSessionFactoryImpl implements ClientSessionFactoryInternal, C
|
|||
transportConnection = null;
|
||||
|
||||
connector = null;
|
||||
|
||||
throw new RuntimeException(cause.getMessage(), cause);
|
||||
}
|
||||
|
||||
return transportConnection;
|
||||
|
|
Loading…
Reference in New Issue