Skip to content

Commit d461daf

Browse files
authored
skip no space left on device test (#227)
1 parent b31a1f5 commit d461daf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cli/run/tests/run_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ def test_360_tns_run_ios_on_folder_with_spaces(self):
743743
app_name = '"' + self.app_name_space + '"'
744744
run_hello_world_js_ts(app_name, Platform.ANDROID, self.emu, just_launch=True)
745745

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

0 commit comments

Comments
 (0)