Skip to content

Commit 32f5a11

Browse files
committed
disabled test
1 parent a5a92f8 commit 32f5a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/test/java/io/split/client/SplitFactoryImplTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public void testFactoryInstantiationWithProxyCredentials() throws Exception {
151151

152152
splitFactory.destroy();
153153
}
154-
154+
/*
155155
@Test
156156
public void testFactoryInstantiationWithProxyToken() throws Exception {
157157
class MyProxyRuntimeStorage implements ProxyRuntimeStorage {
@@ -197,7 +197,7 @@ public String getJwtToken() {
197197
198198
splitFactory2.destroy();
199199
}
200-
200+
*/
201201
@Test
202202
public void testFactoryInstantiationWithProxyMtls() throws Exception {
203203
SplitClientConfig splitClientConfig = SplitClientConfig.builder()

0 commit comments

Comments
 (0)