[K/N][test] Exclude skia interop test that fails due to ^KT-57484
Merge-request: KT-MR-9291 Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
a5a3c1ff8d
commit
668dfdd81d
@@ -4871,7 +4871,8 @@ interopTest("interop_cppSkia") {
|
||||
}
|
||||
|
||||
interopTest("interop_cppSkiaSignature") {
|
||||
disabled = (project.testTarget == 'wasm32') // No interop for wasm yet.
|
||||
disabled = (project.testTarget == 'wasm32' || // No interop for wasm yet.
|
||||
isK2(project)) // KT-57484
|
||||
source = "interop/cpp/skiaSignature.kt"
|
||||
interop = "cppSkiaSignature"
|
||||
useGoldenData = true
|
||||
|
||||
Reference in New Issue
Block a user