Also, DUnit automatically removes IgnoredExceptions after the test, so another 
alternative is:
```
addIgnoredException(ConnectException.class);
giiEventQueueShouldSucceedWithMixedVersions(VersionManager.CURRENT_VERSION, 
testVersion);
```

[ Full content available at: https://github.com/apache/geode/pull/2856 ]
This message was relayed via gitbox.apache.org for 
[email protected]

Reply via email to