Skip to content

Commit 4bd543e

Browse files
committed
refactor: temporary disable test_190_build_ios_distribution_provisions
1 parent d33c2bf commit 4bd543e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/build/ios/build_ios_tests.py

Lines changed: 2 additions & 1 deletion
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
@@ -77,8 +78,8 @@ def test_001_build_ios(self):
7778
assert "armv7" in output
7879
assert "arm64" in output
7980

81+
@unittest.skip("Skip due to temporary issues with distribution certificates")
8082
def test_190_build_ios_distribution_provisions(self):
81-
8283
Tns.create_app(self.app_name)
8384
Tns.platform_add_ios(attributes={"--path": self.app_name, "--frameworkPath": IOS_RUNTIME_PATH})
8485

0 commit comments

Comments
 (0)