We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a92f8 commit 32f5a11Copy full SHA for 32f5a11
client/src/test/java/io/split/client/SplitFactoryImplTest.java
@@ -151,7 +151,7 @@ public void testFactoryInstantiationWithProxyCredentials() throws Exception {
151
152
splitFactory.destroy();
153
}
154
-
+/*
155
@Test
156
public void testFactoryInstantiationWithProxyToken() throws Exception {
157
class MyProxyRuntimeStorage implements ProxyRuntimeStorage {
@@ -197,7 +197,7 @@ public String getJwtToken() {
197
198
splitFactory2.destroy();
199
200
+*/
201
202
public void testFactoryInstantiationWithProxyMtls() throws Exception {
203
SplitClientConfig splitClientConfig = SplitClientConfig.builder()
0 commit comments