Skip to content

Commit d317458

Browse files
committed
test(core): Temporarily ignore JDNI test
1 parent 2649610 commit d317458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/test/java/com/ibm/watson/developer_cloud/util/CredentialUtilsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
import org.junit.Assert;
2323
import org.junit.Before;
24+
import org.junit.Ignore;
2425
import org.junit.Test;
2526

2627
import com.ibm.watson.developer_cloud.WatsonServiceTest;
@@ -129,6 +130,7 @@ public void testGetUserCredentialsWithPlan() {
129130
* it always fails there.
130131
*/
131132
@Test
133+
@Ignore
132134
public void testGetAPIUrlFromJDNI() {
133135
assertEquals(CredentialUtils.getAPIUrlTest(SERVICE_NAME), PERSONALITY_INSIGHTS_URL);
134136
}

0 commit comments

Comments
 (0)