fixed test, which started to fail on WINDOWS env after test migration

This commit is contained in:
Dmitrii Krasnov
2023-05-12 15:37:54 +02:00
committed by Space Team
parent d06d3ff467
commit 606ffa7273
@@ -192,6 +192,8 @@ internal class NativeIrLinkerIssuesIT : KGPBaseTest() {
@DisplayName("KT-47285: symbol type mismatch - with cache")
@GradleTest
@OsCondition(supportedOn = [OS.MAC, OS.LINUX], enabledOnCI = [OS.LINUX])
// Don't run it on Windows. Caches are not supported there yet.
fun shouldBuildIrLinkerSymbolTypeMismatchWithCache(
gradleVersion: GradleVersion,
@TempDir tempDir: Path,