[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:
committed by
Space Team
parent
15d2799ed4
commit
5525a6829a
+1
-1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user