We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fb442 commit 3143c63Copy full SHA for 3143c63
tests/build/ios/build_ios_tests.py
@@ -2,6 +2,7 @@
2
Test for building projects with iOS platform
3
"""
4
import os
5
+import unittest
6
7
from core.base_class.BaseClass import BaseClass
8
from core.device.simulator import Simulator
@@ -125,6 +126,7 @@ def test_300_build_ios_with_dash(self):
125
126
output = File.read(self.app_name_dash + os.sep + "package.json")
127
assert app_identifier in output
128
129
+ @unittest.skip("Temporary ignore: https://github.com/NativeScript/NativeScript/issues/6026")
130
def test_301_build_ios_with_space(self):
131
Tns.create_app(self.app_name_space)
132
Tns.platform_add_ios(attributes={"--path": "\"" + self.app_name_space + "\"",
0 commit comments