From 7fb092a0b64b8d47b954c5d203e4f3b2a23d1466 Mon Sep 17 00:00:00 2001 From: Blake Li Date: Fri, 19 Aug 2022 13:57:55 -0400 Subject: [PATCH 1/8] Ignore ClusterTests --- .../src/test/java/com/example/gameservices/ClusterTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java b/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java index 9b0b4695..46e525ab 100644 --- a/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java +++ b/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java @@ -34,9 +34,11 @@ import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; +import org.junit.Ignore; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; +@Ignore @RunWith(JUnit4.class) public class ClusterTests { private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT"); From 1358e0267a57c6d4eb5b8347a50044dd4c95f799 Mon Sep 17 00:00:00 2001 From: Blake Li Date: Fri, 19 Aug 2022 13:59:44 -0400 Subject: [PATCH 2/8] Update DeploymentTests.java --- .../src/test/java/com/example/gameservices/DeploymentTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java b/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java index 7652bb8f..06ae132e 100644 --- a/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java +++ b/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java @@ -33,9 +33,11 @@ import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; +import org.junit.Ignore; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; +@Ignore @RunWith(JUnit4.class) public class DeploymentTests { private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT"); From 3b1c23301724e5f301b5bcd3c012452f8e8a8162 Mon Sep 17 00:00:00 2001 From: Blake Li Date: Fri, 19 Aug 2022 14:00:07 -0400 Subject: [PATCH 3/8] Update RealmTests.java --- .../src/test/java/com/example/gameservices/RealmTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java b/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java index 1b4e8961..7e31a793 100644 --- a/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java +++ b/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java @@ -33,9 +33,11 @@ import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; +import org.junit.Ignore; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; +@Ignore @RunWith(JUnit4.class) public class RealmTests { private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT"); From 03e66da3c5a875ca468e31229bd445b2a67d8424 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 19 Aug 2022 18:00:57 +0000 Subject: [PATCH 4/8] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .../src/test/java/com/example/gameservices/ClusterTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java b/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java index 46e525ab..75aa1c9f 100644 --- a/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java +++ b/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java @@ -33,8 +33,8 @@ import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; -import org.junit.Test; import org.junit.Ignore; +import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; From 1a01bb8d64304d846580569099d10be4f81463bd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 19 Aug 2022 18:02:07 +0000 Subject: [PATCH 5/8] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .../src/test/java/com/example/gameservices/ClusterTests.java | 2 +- .../src/test/java/com/example/gameservices/DeploymentTests.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java b/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java index 46e525ab..75aa1c9f 100644 --- a/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java +++ b/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java @@ -33,8 +33,8 @@ import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; -import org.junit.Test; import org.junit.Ignore; +import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; diff --git a/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java b/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java index 06ae132e..fcd44a0d 100644 --- a/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java +++ b/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java @@ -32,8 +32,8 @@ import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; -import org.junit.Test; import org.junit.Ignore; +import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; From 6a4a2481aa6f86b4b55ded23f394d711612dd073 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 19 Aug 2022 18:02:44 +0000 Subject: [PATCH 6/8] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .../src/test/java/com/example/gameservices/ClusterTests.java | 2 +- .../src/test/java/com/example/gameservices/DeploymentTests.java | 2 +- .../src/test/java/com/example/gameservices/RealmTests.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java b/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java index 46e525ab..75aa1c9f 100644 --- a/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java +++ b/samples/snippets/src/test/java/com/example/gameservices/ClusterTests.java @@ -33,8 +33,8 @@ import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; -import org.junit.Test; import org.junit.Ignore; +import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; diff --git a/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java b/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java index 06ae132e..fcd44a0d 100644 --- a/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java +++ b/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java @@ -32,8 +32,8 @@ import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; -import org.junit.Test; import org.junit.Ignore; +import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; diff --git a/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java b/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java index 7e31a793..489b3430 100644 --- a/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java +++ b/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java @@ -32,8 +32,8 @@ import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; -import org.junit.Test; import org.junit.Ignore; +import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; From 9eda03b9ab5553d829fd15d76ee97b19d1acc5de Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 19 Aug 2022 18:03:25 +0000 Subject: [PATCH 7/8] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .../src/test/java/com/example/gameservices/DeploymentTests.java | 2 +- .../src/test/java/com/example/gameservices/RealmTests.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java b/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java index 06ae132e..fcd44a0d 100644 --- a/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java +++ b/samples/snippets/src/test/java/com/example/gameservices/DeploymentTests.java @@ -32,8 +32,8 @@ import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; -import org.junit.Test; import org.junit.Ignore; +import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; diff --git a/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java b/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java index 7e31a793..489b3430 100644 --- a/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java +++ b/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java @@ -32,8 +32,8 @@ import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; -import org.junit.Test; import org.junit.Ignore; +import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; From fdefd69a10fc2e6e738c676d1a46c2f627b07691 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 19 Aug 2022 18:04:12 +0000 Subject: [PATCH 8/8] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .../src/test/java/com/example/gameservices/RealmTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java b/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java index 7e31a793..489b3430 100644 --- a/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java +++ b/samples/snippets/src/test/java/com/example/gameservices/RealmTests.java @@ -32,8 +32,8 @@ import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; -import org.junit.Test; import org.junit.Ignore; +import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4;