This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
samples/snippets/src/test/java/com/example/gameservices Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3333import org .junit .AfterClass ;
3434import org .junit .Before ;
3535import org .junit .BeforeClass ;
36+ import org .junit .Ignore ;
3637import org .junit .Test ;
3738import org .junit .runner .RunWith ;
3839import org .junit .runners .JUnit4 ;
3940
41+ @ Ignore
4042@ RunWith (JUnit4 .class )
4143public class ClusterTests {
4244 private static final String PROJECT_ID = System .getenv ("GOOGLE_CLOUD_PROJECT" );
Original file line number Diff line number Diff line change 3232import org .junit .AfterClass ;
3333import org .junit .Before ;
3434import org .junit .BeforeClass ;
35+ import org .junit .Ignore ;
3536import org .junit .Test ;
3637import org .junit .runner .RunWith ;
3738import org .junit .runners .JUnit4 ;
3839
40+ @ Ignore
3941@ RunWith (JUnit4 .class )
4042public class DeploymentTests {
4143 private static final String PROJECT_ID = System .getenv ("GOOGLE_CLOUD_PROJECT" );
Original file line number Diff line number Diff line change 3232import org .junit .AfterClass ;
3333import org .junit .Before ;
3434import org .junit .BeforeClass ;
35+ import org .junit .Ignore ;
3536import org .junit .Test ;
3637import org .junit .runner .RunWith ;
3738import org .junit .runners .JUnit4 ;
3839
40+ @ Ignore
3941@ RunWith (JUnit4 .class )
4042public class RealmTests {
4143 private static final String PROJECT_ID = System .getenv ("GOOGLE_CLOUD_PROJECT" );
You can’t perform that action at this time.
0 commit comments