Skip to content

Commit eb644b8

Browse files
author
gustavorag
committed
Merge branch 'support-compute-post' of https://github.com/fogbow/fogbow-manager.git into support-compute-post
2 parents 0f6532f + f4c7d7c commit eb644b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/fogbowcloud/manager/core/plugins/identity/azure/TestAzureIdentityPlugin.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import org.fogbowcloud.manager.occi.model.OCCIException;
1111
import org.fogbowcloud.manager.occi.model.Token;
1212
import org.junit.Assert;
13+
import org.junit.Ignore;
1314
import org.junit.Test;
1415
import org.mockito.Mockito;
1516

@@ -126,6 +127,7 @@ public void testIsValidNullProperties() {
126127
azureIdentityPlugin.isValid(null);
127128
}
128129

130+
@Ignore
129131
@Test
130132
public void isValidNullAccessId() {
131133
AzureIdentityPlugin azureIdentityPlugin = new AzureIdentityPlugin(new Properties());

0 commit comments

Comments
 (0)