Skip to content

Commit ca6fc58

Browse files
authored
fix: Ignore ITSystemTest (#700)
Ignore ITSystemTest because the backend removed the implementation and the whole client library will be removed soon.
1 parent 17cad77 commit ca6fc58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • java-game-servers/google-cloud-game-servers/src/test/java/com/google/cloud/gaming/v1/it

java-game-servers/google-cloud-game-servers/src/test/java/com/google/cloud/gaming/v1/it/ITSystemTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@
5151
import java.util.concurrent.ExecutionException;
5252
import org.junit.AfterClass;
5353
import org.junit.BeforeClass;
54+
import org.junit.Ignore;
5455
import org.junit.Test;
5556

57+
@Ignore
5658
public class ITSystemTest {
5759

5860
private static RealmsServiceClient realmsServiceClient;

0 commit comments

Comments
 (0)