From adf1e833e450915a2266d0c7d6e6da2212698362 Mon Sep 17 00:00:00 2001 From: endarova Date: Thu, 20 Jun 2019 14:34:58 +0300 Subject: [PATCH] skip no space left on device test --- tests/cli/run/tests/run_tests.py | 1 + 1 file changed, 1 insertion(+) 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): """