From 1666f2aa0c4c4c191383e9980558273a55775fdd Mon Sep 17 00:00:00 2001 From: Blake Li Date: Wed, 3 Aug 2022 19:06:15 +0000 Subject: [PATCH] fix: Ignore ITSystemTest (#700) Ignore ITSystemTest because the backend removed the implementation and the whole client library will be removed soon. --- .../test/java/com/google/cloud/gaming/v1/it/ITSystemTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/google-cloud-game-servers/src/test/java/com/google/cloud/gaming/v1/it/ITSystemTest.java b/google-cloud-game-servers/src/test/java/com/google/cloud/gaming/v1/it/ITSystemTest.java index 985afe50..efd9823b 100644 --- a/google-cloud-game-servers/src/test/java/com/google/cloud/gaming/v1/it/ITSystemTest.java +++ b/google-cloud-game-servers/src/test/java/com/google/cloud/gaming/v1/it/ITSystemTest.java @@ -51,8 +51,10 @@ import java.util.concurrent.ExecutionException; import org.junit.AfterClass; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; +@Ignore public class ITSystemTest { private static RealmsServiceClient realmsServiceClient;