We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cad77 commit ca6fc58Copy full SHA for ca6fc58
1 file changed
java-game-servers/google-cloud-game-servers/src/test/java/com/google/cloud/gaming/v1/it/ITSystemTest.java
@@ -51,8 +51,10 @@
51
import java.util.concurrent.ExecutionException;
52
import org.junit.AfterClass;
53
import org.junit.BeforeClass;
54
+import org.junit.Ignore;
55
import org.junit.Test;
56
57
+@Ignore
58
public class ITSystemTest {
59
60
private static RealmsServiceClient realmsServiceClient;
0 commit comments