File tree Expand file tree Collapse file tree
main/java/com/slack/api/audit
test/java/test_with_remote_apis Expand file tree Collapse file tree Original file line number Diff line number Diff line change 226226 " slack_ai_suggested_todo_generated" ,
227227 " slack_ai_suggested_todo_regenerated" ,
228228 " slack_ai_suggested_todo_dismissed" ,
229- " slack_ai_todo_title_generated"
229+ " slack_ai_todo_title_generated" ,
230+ " pref.anomaly_event_response_changed"
230231 ],
231232 "user" : [
232233 " custom_tos_accepted" ,
Original file line number Diff line number Diff line change 6262 " "
6363 ],
6464 "user" : [
65- " W00000000"
65+ " W00000000" ,
66+ " U00000000"
6667 ]
6768 },
6869 "threads_restricted_to" : {
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ private WorkspaceOrOrg() {
146146 public static final String pref_flag_message_flagger_outcome_notif = "pref.flag_message_flagger_outcome_notif" ;
147147 public static final String pref_flag_message_author_outcome_notif = "pref.flag_message_author_outcome_notif" ;
148148 public static final String pref_allow_lists = "pref.allow_lists" ;
149+ public static final String pref_anomaly_event_response_change = "pref.anomaly_event_response_changed" ;
149150 public static final String manual_export_downloaded = "manual_export_downloaded" ;
150151 public static final String manual_export_deleted = "manual_export_deleted" ;
151152 public static final String scheduled_export_downloaded = "scheduled_export_downloaded" ;
Original file line number Diff line number Diff line change 1616import lombok .extern .slf4j .Slf4j ;
1717import org .junit .AfterClass ;
1818import org .junit .BeforeClass ;
19+ import org .junit .Ignore ;
1920import org .junit .Test ;
2021
2122import java .io .ByteArrayOutputStream ;
@@ -205,6 +206,7 @@ public void updateAndShare() throws Exception {
205206
206207 }
207208
209+ @ Ignore
208210 @ Test
209211 public void updateAndShare_searchable () throws Exception {
210212 String externalId = "test-searchable-external-id-" + System .currentTimeMillis ();
Original file line number Diff line number Diff line change 99import config .SlackTestConfig ;
1010import lombok .extern .slf4j .Slf4j ;
1111import org .junit .AfterClass ;
12+ import org .junit .Ignore ;
1213import org .junit .Test ;
1314
1415import java .io .IOException ;
@@ -49,6 +50,7 @@ public void getFile_member_error() throws Exception {
4950 }
5051 }
5152
53+ @ Ignore
5254 @ Test
5355 public void getFile_member_forEach () throws Exception {
5456 if (orgAdminUserToken != null ) {
@@ -82,6 +84,7 @@ public void getFile_member_forEach() throws Exception {
8284 }
8385 }
8486
87+ @ Ignore
8588 @ Test
8689 public void getFile_member_forEach_validation () throws Exception {
8790 if (orgAdminUserToken != null ) {
@@ -101,6 +104,7 @@ public void getFile_member_forEach_validation() throws Exception {
101104 }
102105 }
103106
107+ @ Ignore
104108 @ Test
105109 public void getFile_member_asBytes () throws Exception {
106110 if (orgAdminUserToken != null ) {
You can’t perform that action at this time.
0 commit comments