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 d33c2bf commit 4bd543eCopy full SHA for 4bd543e
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
@@ -77,8 +78,8 @@ def test_001_build_ios(self):
77
78
assert "armv7" in output
79
assert "arm64" in output
80
81
+ @unittest.skip("Skip due to temporary issues with distribution certificates")
82
def test_190_build_ios_distribution_provisions(self):
-
83
Tns.create_app(self.app_name)
84
Tns.platform_add_ios(attributes={"--path": self.app_name, "--frameworkPath": IOS_RUNTIME_PATH})
85
0 commit comments