MPP, Maven: remove mpp test from maven plugin

The MPP should be removed from the maven plugin soon, and since
this test fails on K2 anyway, it was decided to remove it.
related to #KT-61285
This commit is contained in:
Ilya Chernikov
2023-08-17 15:25:22 +02:00
committed by Space Team
parent afd7186680
commit 063f81ed36
9 changed files with 0 additions and 212 deletions
@@ -211,8 +211,6 @@
<pomExclude>test-enable-extensions/pom.xml</pomExclude>
<pomExclude>test-kapt-allopen/pom.xml</pomExclude>
<pomExclude>test-lombok-with-kapt/pom.xml</pomExclude>
<!-- exclude mpp -->
<pomExclude>test-multiplatform/pom.xml</pomExclude>
<!-- exclude kts -->
<pomExclude>test-helloworld-kts/pom.xml</pomExclude>
<!-- exclude test, that depends on lv as they will be automatically fixed, when current lv goes to 2.0 -->