Skip to content

Commit 5ece0e8

Browse files
committed
Run UI tests on a single plateform to avoid Slack Captcha
1 parent 044eca7 commit 5ece0e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SlackAPI.Tests/UserUIInteraction.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
namespace SlackAPI.Tests
1212
{
13+
// Run UI tests on a single plateform to avoid Slack Captcha
14+
// (captcha is displayed when trying to login too often)
15+
#if NETFRAMEWORK
1316
[Collection("Integration tests")]
1417
public class UserUIInteraction
1518
{
@@ -70,4 +73,5 @@ private AccessTokenResponse GetAccessToken(SlackClientHelpers slackClientHelpers
7073
return accessTokenResponse;
7174
}
7275
}
76+
#endif
7377
}

0 commit comments

Comments
 (0)