Skip to content

Commit b7f10bf

Browse files
committed
Removing the @test annotation for building master successfully for one of the test cases for InternalLb element as discussed with Alena
1 parent 791c68f commit b7f10bf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plugins/network-elements/internal-loadbalancer/test/org/apache/cloudstack/internallbelement/InternalLbElementServiceTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ public void addToNonExistingProvider() {
175175

176176
}
177177

178-
@Test (expected = InvalidParameterValueException.class)
179178
public void addToInvalidProvider() {
180179
_lbElSvc.addInternalLoadBalancerElement(invalidProviderId);
181180
}

0 commit comments

Comments
 (0)