Skip to content

Commit 83823bc

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/build/android/plugin_android_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import os
66
import time
7+
import unittest
78
import xml.etree.ElementTree as ET
89

910
from core.base_class.BaseClass import BaseClass
@@ -73,6 +74,7 @@ def test_102_plugin_add_inside_project(self):
7374
assert "dependencies" in output
7475
assert "tns-plugin" in output
7576

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

0 commit comments

Comments
 (0)