From 4c50c50a5b9aeb8da8a49adfcec10f4bcafad6cd Mon Sep 17 00:00:00 2001 From: Blake Li Date: Wed, 3 Aug 2022 14:28:22 -0400 Subject: [PATCH] fix: Ignore ITSystemTest 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;