File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
java-game-servers/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 33
33
import org .junit .AfterClass ;
34
34
import org .junit .Before ;
35
35
import org .junit .BeforeClass ;
36
+ import org .junit .Ignore ;
36
37
import org .junit .Test ;
37
38
import org .junit .runner .RunWith ;
38
39
import org .junit .runners .JUnit4 ;
39
40
41
+ @ Ignore
40
42
@ RunWith (JUnit4 .class )
41
43
public class ClusterTests {
42
44
private static final String PROJECT_ID = System .getenv ("GOOGLE_CLOUD_PROJECT" );
Original file line number Diff line number Diff line change 32
32
import org .junit .AfterClass ;
33
33
import org .junit .Before ;
34
34
import org .junit .BeforeClass ;
35
+ import org .junit .Ignore ;
35
36
import org .junit .Test ;
36
37
import org .junit .runner .RunWith ;
37
38
import org .junit .runners .JUnit4 ;
38
39
40
+ @ Ignore
39
41
@ RunWith (JUnit4 .class )
40
42
public class DeploymentTests {
41
43
private static final String PROJECT_ID = System .getenv ("GOOGLE_CLOUD_PROJECT" );
Original file line number Diff line number Diff line change 32
32
import org .junit .AfterClass ;
33
33
import org .junit .Before ;
34
34
import org .junit .BeforeClass ;
35
+ import org .junit .Ignore ;
35
36
import org .junit .Test ;
36
37
import org .junit .runner .RunWith ;
37
38
import org .junit .runners .JUnit4 ;
38
39
40
+ @ Ignore
39
41
@ RunWith (JUnit4 .class )
40
42
public class RealmTests {
41
43
private static final String PROJECT_ID = System .getenv ("GOOGLE_CLOUD_PROJECT" );
You can’t perform that action at this time.
0 commit comments