@@ -162,6 +162,7 @@ def test_201_build_android_with_additional_prepare(self):
162
162
TnsAsserts .prepared (self .app_name , platform = Platform .ANDROID , output = output , prepare = Prepare .INCREMENTAL )
163
163
Tns .build_android (attributes = {"--path" : self .app_name })
164
164
165
+ # TODO: Remove skipping after release 4.1.0
165
166
@unittest .skipIf (Java .version () != "1.8" , "Run only if Java version is 8." )
166
167
def test_202_build_android_with_log_trace_and_platform_not_added_or_empty (self ):
167
168
"""'tns build android' with log trace options should output more logs."""
@@ -410,10 +411,11 @@ def test_451_resources_update(self):
410
411
assert File .exists (self .app_name + "/app/App_Resources/Android/src/main/res/values" )
411
412
Tns .build_android (attributes = {"--path" : self .app_name })
412
413
414
+ # TODO: Remove skipping after release 4.1.0
413
415
@unittest .skipIf (Java .version () != "1.8" , "Run only if Java version is 8." )
414
416
def test_460_include_gradle_flavor (self ):
415
417
# https://github.com/NativeScript/android-runtime/pull/937
416
- # https: // github.com / NativeScript / nativescript - cli / pull / 3467
418
+ # https:// github.com/ NativeScript/ nativescript- cli/ pull/ 3467
417
419
Tns .platform_remove (platform = Platform .ANDROID , attributes = {"--path" : self .app_name },
418
420
assert_success = False )
419
421
source = os .path .join (TEST_RUN_HOME , 'data' , 'issues' , 'android-runtime-pr-937' , 'app.gradle' )
@@ -435,6 +437,7 @@ def test_460_include_gradle_flavor(self):
435
437
assert File .exists (self .app_name +
436
438
"/platforms/android/app/build/outputs/apk/x86Full/debug/app-x86-full-debug.apk" )
437
439
440
+ # TODO: Remove skipping after release 4.1.0
438
441
@unittest .skipIf (Java .version () != "1.8" , "Run only if Java version is 8." )
439
442
def test_461_include_gradle_flavor_update_resources (self ):
440
443
Tns .platform_remove (platform = Platform .ANDROID , attributes = {"--path" : self .app_name },
0 commit comments