Skip to content

Commit a71e98d

Browse files
committed
Ignore test_002_emulate_android_release
Ignore test_002_emulate_android_release because of NativeScript/nativescript-cli#2589
1 parent af252ff commit a71e98d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run/emulator/EmulateAndroidTests.py

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# R0201 - Method could be a function
99
# R0904 - Too many public methods
1010
# pylint: disable=C0103, C0111, R0201, R0904
11+
import unittest
1112

1213
from core.base_class.BaseClass import BaseClass
1314
from core.device.device import Device
@@ -65,6 +66,7 @@ def test_001_emulate_android_in_running_emulator(self):
6566
Device.is_running(app_id="org.nativescript.TNSApp", device_id=EMULATOR_ID), \
6667
"Application is not running on {0}".format(EMULATOR_ID)
6768

69+
@unittest.skip("Ignored because of https://github.com/NativeScript/nativescript-cli/issues/2589")
6870
def test_002_emulate_android_release(self):
6971
output = Tns.run_tns_command("emulate android", attributes={ # "--device": EMULATOR_NAME,
7072
"--keyStorePath": ANDROID_KEYSTORE_PATH,

0 commit comments

Comments
 (0)