Commit c58ae8be by Ryan Baxter

Removing @Ignore

parent c568ded7
......@@ -53,7 +53,6 @@ public class ConfigRefreshTests {
// when a refresh event is fired. The getApplications call in EurekaClientConfigurationRefresher.onApplicationEvent
// ensures that the EurekaClient bean is recreated after a refresh event and that we reregister the client with
//the server
@Ignore //FIXME 2.0.0
public void verifyGetApplications() {
if(publisher != null) {
publisher.publishEvent(new RefreshScopeRefreshedEvent());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment