We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b5c08 commit 76a084eCopy full SHA for 76a084e
tests/simulator/run_ios_tests.py
@@ -109,6 +109,7 @@ def test_001_tns_run_ios_js_css_xml(self):
109
Device.screen_match(device_name=SIMULATOR_NAME,
110
device_id=self.SIMULATOR_ID, expected_image='livesync-hello-world_home')
111
112
+ @unittest.skip("Skip the test because of https://github.com/NativeScript/nativescript-cli/issues/3235")
113
def test_200_tns_run_ios_break_and_fix_app(self):
114
"""
115
Make changes in xml that break the app and then changes that fix the app.
0 commit comments