Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rujche committed Nov 17, 2021
1 parent aa2e1f9 commit 0b50845
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

package com.azure.security.keyvault.jca.implementation.utils;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static com.azure.security.keyvault.jca.implementation.utils.HttpUtil.DEFAULT_USER_AGENT_VALUE_PREFIX;
Expand All @@ -18,6 +19,7 @@ public void getUserAgentPrefixTest() {
}

@Test
@Disabled("Disable this because it will cause pipeline failure: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1196171&view=logs&j=4a83f3be-c53d-53dd-7954-86872056fb11&t=54174aae-5a55-579d-08e2-94fb446f7b77&l=29")
public void testCustomizedHttpsClient() {
String url = "https://mvnrepository.com/";
String result = HttpUtil.get(url, null);
Expand Down

0 comments on commit 0b50845

Please sign in to comment.