Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 1666f2a

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 a159830 commit 1666f2a

File tree

1 file changed

+2
-0
lines changed
  • google-cloud-game-servers/src/test/java/com/google/cloud/gaming/v1/it

1 file changed

+2
-0
lines changed

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)