Temporary ignore testVersionsAreConsistent while LV is not switched to 2.1
diff --git a/compiler/tests/org/jetbrains/kotlin/util/KotlinVersionsTest.kt b/compiler/tests/org/jetbrains/kotlin/util/KotlinVersionsTest.kt
index 7739c77..098a165 100644
--- a/compiler/tests/org/jetbrains/kotlin/util/KotlinVersionsTest.kt
+++ b/compiler/tests/org/jetbrains/kotlin/util/KotlinVersionsTest.kt
@@ -29,8 +29,10 @@
import org.xml.sax.helpers.DefaultHandler
import java.io.File
import javax.xml.parsers.SAXParserFactory
+import kotlin.test.Ignore
@WithMutedInDatabaseRunTest
+@Ignore("Enable when KT-69280 is fixed")
class KotlinVersionsTest : KtUsefulTestCase() {
fun testVersionsAreConsistent() {
val versionPattern = "(\\d+)\\.(\\d+)(\\.(\\d+))?(?:-(\\p{Alpha}*\\p{Alnum}|[\\p{Alpha}-]*))?(?:-(\\d+))?".toRegex()