diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index cf3b726321a..2554701da03 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -248,7 +248,10 @@ boolean isExcluded(String dir) { def excluded = [ "codegen/box/functions/bigArity" /* KT-26140 */ ] if (project.twoStageEnabled) { - excluded += ["codegen/box/closures/captureInSuperConstructorCall", "codegen/box/enum"] // KT-33207. + excluded += [ + "codegen/box/closures/captureInSuperConstructorCall", "codegen/box/enum", // KT-33207. + "codegen/box/objects" // KT-33267. + ] } boolean result = false