Skip to content

Commit 9d760ef

Browse files
fix: Ignore samples tests (#707)
* Ignore ClusterTests * Update DeploymentTests.java * Update RealmTests.java * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f09df5b commit 9d760ef

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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)