Skip to content

Commit 3143c63

Browse files
author
Miroslava Ivanova
committed
skip a test with bug
1 parent 03fb442 commit 3143c63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/build/ios/build_ios_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Test for building projects with iOS platform
33
"""
44
import os
5+
import unittest
56

67
from core.base_class.BaseClass import BaseClass
78
from core.device.simulator import Simulator
@@ -125,6 +126,7 @@ def test_300_build_ios_with_dash(self):
125126
output = File.read(self.app_name_dash + os.sep + "package.json")
126127
assert app_identifier in output
127128

129+
@unittest.skip("Temporary ignore: https://github.com/NativeScript/NativeScript/issues/6026")
128130
def test_301_build_ios_with_space(self):
129131
Tns.create_app(self.app_name_space)
130132
Tns.platform_add_ios(attributes={"--path": "\"" + self.app_name_space + "\"",

0 commit comments

Comments
 (0)