Skip to content

Commit ce75ae5

Browse files
committed
chore: skip personalization tests
1 parent c955abb commit ce75ae5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/java/io/getstream/client/PersonalizationClientTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ public class PersonalizationClientTest {
1717
? System.getenv("STREAM_SECRET")
1818
: System.getProperty("STREAM_SECRET");
1919

20+
// personalization unsupported at the moment
2021
@Test
22+
@Ignore
2123
public void get() throws Exception {
2224
Client client = Client.builder(apiKey, secret).build();
2325

src/test/java/io/getstream/cloud/CloudPersonalizationClientTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ public class CloudPersonalizationClientTest {
1919
? System.getenv("STREAM_SECRET")
2020
: System.getProperty("STREAM_SECRET");
2121

22+
// personalization unsupported at the moment
2223
@Test
24+
@Ignore
2325
public void get() throws Exception {
2426
Client client = Client.builder(apiKey, secret).build();
2527

0 commit comments

Comments
 (0)