diff --git a/tests/cli/run/tests/run_tests.py b/tests/cli/run/tests/run_tests.py index 473eba50..10f34fa1 100644 --- a/tests/cli/run/tests/run_tests.py +++ b/tests/cli/run/tests/run_tests.py @@ -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): """