Skip to content

Commit

Permalink
fixing MID-3634
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Dec 5, 2017
1 parent ab6575b commit 93c0913
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -711,6 +711,12 @@ public void testConnection(PrismObject<ResourceType> resource, Task task, Operat
testConnectionConnector(connectorSpec, capabilityMap, task, connectorTestResult);

connectorTestResult.computeStatus();

if (!connectorTestResult.isAcceptable()) {
//nothing more to do.. if it failed while testing connection, status is set.
// we do not need to continue and waste the time.
return;
}
}

// === test SCHEMA ===
Expand Down

0 comments on commit 93c0913

Please sign in to comment.