[ObjCExport][tests] Ignore AA test failures both locally and on CI

To run AA tests normally, use kif.loca gradle property.


Merge-request: KT-MR-14129
Merged-by: Alexander Shabalin <alexander.shabalin@ashabalin.me>
This commit is contained in:
Alexander Shabalin
2024-02-02 13:43:30 +00:00
committed by Space Team
parent 15d2799ed4
commit 5525a6829a
4 changed files with 9 additions and 21 deletions
@@ -21,7 +21,7 @@ fun Project.objCExportHeaderGeneratorTest(
) {
useJUnitPlatform()
enableJunit5ExtensionsAutodetection()
systemProperty("is.ci", kotlinBuildProperties.isTeamcityBuild || project.providers.gradleProperty("ci").isPresent)
systemProperty("kif.local", project.providers.gradleProperty("kif.local").isPresent)
if (testDisplayNameTag != null) {
systemProperty("testDisplayName.tag", testDisplayNameTag)
}