[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
@@ -1,11 +0,0 @@
/*
* Copyright 2010-2024 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.backend.konan.testUtils
/**
* Indicates if the tests are currently executed on CI like teamcity
*/
val isCI = System.getProperty("is.ci")?.toBoolean() ?: throw RuntimeException("Missing 'is.ci' System property")