Skip to content

Commit ac7b0fc

Browse files
committed
chore: skip tests for livesync with bundle and uglify
Skip tests because of NativeScript/nativescript-angular#1572.
1 parent 7c34afa commit ac7b0fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/webpack/hello_world_ng_tests.py

+2
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def test_200_run_ios_with_bundle_sync_changes(self):
235235
self.apply_changes(app_name=self.app_name, log=log, platform=Platform.IOS)
236236
self.revert_changes(app_name=self.app_name, log=log, platform=Platform.IOS)
237237

238+
@unittest.skip("Skip because of https://github.com/NativeScript/nativescript-angular/issues/1572")
238239
def test_210_run_android_with_bundle_uglify_sync_changes(self):
239240
log = Tns.run_android(attributes={'--path': self.app_name,
240241
"--bundle": "",
@@ -248,6 +249,7 @@ def test_210_run_android_with_bundle_uglify_sync_changes(self):
248249
self.apply_changes(app_name=self.app_name, log=log, platform=Platform.ANDROID)
249250
self.revert_changes(app_name=self.app_name, log=log, platform=Platform.ANDROID)
250251

252+
@unittest.skip("Skip because of https://github.com/NativeScript/nativescript-angular/issues/1572")
251253
@unittest.skipIf(CURRENT_OS != OSType.OSX, "Run only on macOS.")
252254
def test_210_run_ios_with_bundle_uglify_sync_changes(self):
253255
log = Tns.run_ios(attributes={'--path': self.app_name, '--emulator': '', '--bundle': '', '--env.uglify': ''},

0 commit comments

Comments
 (0)