Skip to content

Commit 9d760ef

Browse files
1 parent f09df5b commit 9d760ef

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

java-game-servers/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@
3333
import org.junit.AfterClass;
3434
import org.junit.Before;
3535
import org.junit.BeforeClass;
36+
import org.junit.Ignore;
3637
import org.junit.Test;
3738
import org.junit.runner.RunWith;
3839
import org.junit.runners.JUnit4;
3940

41+
@Ignore
4042
@RunWith(JUnit4.class)
4143
public class ClusterTests {
4244
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");

java-game-servers/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@
3232
import org.junit.AfterClass;
3333
import org.junit.Before;
3434
import org.junit.BeforeClass;
35+
import org.junit.Ignore;
3536
import org.junit.Test;
3637
import org.junit.runner.RunWith;
3738
import org.junit.runners.JUnit4;
3839

40+
@Ignore
3941
@RunWith(JUnit4.class)
4042
public class DeploymentTests {
4143
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");

java-game-servers/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@
3232
import org.junit.AfterClass;
3333
import org.junit.Before;
3434
import org.junit.BeforeClass;
35+
import org.junit.Ignore;
3536
import org.junit.Test;
3637
import org.junit.runner.RunWith;
3738
import org.junit.runners.JUnit4;
3839

40+
@Ignore
3941
@RunWith(JUnit4.class)
4042
public class RealmTests {
4143
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");

0 commit comments

Comments
 (0)