Skip to content

Commit 419508d

Browse files
committed
No longer nativescript-dev-android-snapshot in templates
1 parent 9b8adfd commit 419508d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/tns/tns_verifications.py

-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ def created(app_name, output=None, full_check=True):
7878
if output is not None:
7979
app = app_name.rsplit('/')[-1]
8080
assert 'nativescript-theme-core' in output
81-
if 'angular' not in str(TnsAsserts.get_package_json(app_name)):
82-
assert 'nativescript-dev-android-snapshot' in output
8381
assert 'Project {0} was successfully created'.format(app) in output, 'Failed to create {0}'.format(app)
8482

8583
if full_check:

tests/build/android/prepare_android_tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def test_400_prepare_missing_or_missing_platform(self):
138138
output = Tns.run_tns_command("prepare windows", attributes={"--path": self.app_name})
139139
assert "Invalid platform windows. Valid platforms are ios or android." in output
140140

141+
@unittest.skipIf(CURRENT_OS == OSType.LINUX, "Skip on Linux")
141142
def test_401_prepare_project_with_many_dependencies(self):
142143
"""
143144
Test for https://github.com/NativeScript/nativescript-cli/issues/2561

0 commit comments

Comments
 (0)