@@ -42,10 +42,10 @@ def test_002_platform_add_android(self):
42
42
output = Tns .platform_add (platform = "android" , path = "TNS_App" )
43
43
assert "Copying template files..." in output
44
44
assert "Project successfully created" in output
45
- if ('TEST_RUN' in os .environ ) and ("SMOKE" not in os .environ ['TEST_RUN' ]):
46
- assert File .list_of_files_exists (
47
- 'TNS_App/platforms/android' ,
48
- 'platform_android_current.txt' )
45
+ # if ('TEST_RUN' in os.environ) and ("SMOKE" not in os.environ['TEST_RUN']):
46
+ # assert File.list_of_files_exists(
47
+ # 'TNS_App/platforms/android',
48
+ # 'platform_android_current.txt')
49
49
50
50
def test_003_platform_add_android_framework_path (self ):
51
51
Tns .create_app (app_name = "TNS_App" )
@@ -99,10 +99,10 @@ def test_201_platform_add_android_inside_project(self):
99
99
100
100
assert "Copying template files..." in output
101
101
assert "Project successfully created" in output
102
- if ('TEST_RUN' in os .environ ) and ("SMOKE" not in os .environ ['TEST_RUN' ]):
103
- assert File .list_of_files_exists (
104
- 'TNS_App/platforms/android' ,
105
- 'platform_android_current.txt' )
102
+ # if ('TEST_RUN' in os.environ) and ("SMOKE" not in os.environ['TEST_RUN']):
103
+ # assert File.list_of_files_exists(
104
+ # 'TNS_App/platforms/android',
105
+ # 'platform_android_current.txt')
106
106
107
107
def test_202_platform_remove_android (self ):
108
108
Tns .create_app_platform_add (
0 commit comments