K1: mute failing test with slow assertions

Note: in this test, we create a flexible type from two captured types
during substitution, which provokes exception from
FlexibleTypeImpl.runAssertions() (they are run only in test mode)

Related to KT-54198
This commit is contained in:
Mikhail Glukhikh
2022-09-28 12:15:33 +02:00
committed by teamcity
parent e9bb0f4fda
commit 591992dc12
5 changed files with 76 additions and 15 deletions
@@ -0,0 +1 @@
java.lang.AssertionError: Lower bound CapturedType(in (Model..Model?)) of a flexible type must be a subtype of the upper bound CapturedType(in (Model..Model?))?