Skip to content

Commit 718097f

Browse files
committed
Tests: also run guest session tests manually to not risk TMDB ban
1 parent 3dc678c commit 718097f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/uwetrottmann/tmdb2/services/GuestSessionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
import java.io.IOException;
1919
import org.junit.After;
2020
import org.junit.Before;
21+
import org.junit.Ignore;
2122
import org.junit.Test;
2223
import retrofit2.Call;
2324

25+
@Ignore("Run these tests manually to not risk getting blocked by TMDB servers")
2426
public class GuestSessionTest extends BaseTestCase {
2527

2628
@Before

0 commit comments

Comments
 (0)