Skip to content

Commit 3843bdc

Browse files
authored
Skip out of date integration tests (#193)
1 parent 071b8b2 commit 3843bdc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/com/squareup/square/integration/TeamsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
import java.util.UUID;
2929
import org.junit.jupiter.api.Assertions;
3030
import org.junit.jupiter.api.BeforeEach;
31+
import org.junit.jupiter.api.Disabled;
3132
import org.junit.jupiter.api.Test;
3233

34+
@Disabled("Skipped due to server-side SquareApiException errors")
3335
public final class TeamsTest {
3436
private SquareClient client;
3537
private String memberId;

0 commit comments

Comments
 (0)