File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ def setUp(self):
31
31
BaseClass .setUp (self )
32
32
Tns .platform_remove (platform = Platform .ANDROID , attributes = {"--path" : self .app_name }, assert_success = False )
33
33
34
+ @unittest .skipIf (Java .version () != "1.8" , "Run only if Java version is 8." )
34
35
def test_100_platform_add_android (self ):
35
36
""" Default `tns platform add` command"""
36
37
Tns .platform_add_android (attributes = {"--path" : self .app_name })
@@ -39,6 +40,7 @@ def test_110_platform_add_android_framework_path(self):
39
40
""" Add platform from local package"""
40
41
Tns .platform_add_android (attributes = {"--path" : self .app_name , "--frameworkPath" : ANDROID_PACKAGE })
41
42
43
+ @unittest .skipIf (Java .version () != "1.8" , "Run only if Java version is 8." )
42
44
def test_120_platform_add_android_inside_project (self ):
43
45
""" Add platform inside project folder (not using --path)"""
44
46
Folder .navigate_to (self .app_name )
You can’t perform that action at this time.
0 commit comments