Skip to content

Commit 0018f62

Browse files
author
Miroslava Ivanova
committed
skip tests
1 parent 3b0ff6d commit 0018f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/build/android/build_android_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def test_441_android_typings(self):
326326
assert File.exists(self.app_name + "/android.d.ts")
327327
assert File.exists(self.app_name + "/android-declarations.d.ts")
328328

329-
@unittest.skipIf(Java.version() != "1.8", "Run only if Java version is 8.")
329+
@unittest.skip("temporary stop this test")
330330
def test_450_resources_update_android(self):
331331
target_app = os.path.join(TEST_RUN_HOME, BaseClass.app_name)
332332
source_app = os.path.join(TEST_RUN_HOME, 'data', 'apps', 'test-app-js-41')
@@ -346,7 +346,7 @@ def test_450_resources_update_android(self):
346346

347347
Tns.build_android(attributes={"--path": self.app_name})
348348

349-
@unittest.skipIf(Java.version() != "1.8", "Run only if Java version is 8.")
349+
@unittest.skip("temporary stop this test")
350350
def test_451_resources_update(self):
351351
target_app = os.path.join(TEST_RUN_HOME, BaseClass.app_name)
352352
source_app = os.path.join(TEST_RUN_HOME, 'data', 'apps', 'test-app-js-41')

0 commit comments

Comments
 (0)