Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/cli/run/tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@ def test_360_tns_run_ios_on_folder_with_spaces(self):
app_name = '"' + self.app_name_space + '"'
run_hello_world_js_ts(app_name, Platform.ANDROID, self.emu, just_launch=True)

@unittest.skip("Skip this test due to emulator api28 ui crashing when no space left on device")
@unittest.skipIf(Settings.HOST_OS != OSType.OSX, '`shell cp -r` fails on emulators on Linux and Win.')
def test_365_tns_run_android_should_respect_adb_errors(self):
"""
Expand Down