Skip to content

Commit 40638d9

Browse files
author
Miroslava Ivanova
committed
skip test
1 parent 83823bc commit 40638d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build/android/plugin_android_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_102_plugin_add_inside_project(self):
7474
assert "dependencies" in output
7575
assert "tns-plugin" in output
7676

77-
@unittest.skip("Skip the test because of https://github.com/NativeScript/nativescript-cli/issues/3235")
77+
@unittest.skip("Skip the test because of https://github.com/NativeScript/android-runtime/issues/903")
7878
def test_103_check_android_manifest_merged(self):
7979
plugin_name = "nativescript-barcodescanner"
8080
plugin_manifest_path = os.path.join(self.app_name, "node_modules", plugin_name, "platforms",

0 commit comments

Comments
 (0)