K2: Delete failing test for KT-55555

It appeared again after 2b3f34cc52
And still needs some investigation

^KT-55555 Open
This commit is contained in:
Denis.Zharkov
2023-02-15 10:07:53 +01:00
committed by Space Team
parent 14418a31ac
commit d84490dcfa
6 changed files with 0 additions and 61 deletions
@@ -3303,12 +3303,6 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
runTest("compiler/fir/analysis-tests/testData/resolve/inference/kt54990.kt");
}
@Test
@TestMetadata("kt55555.kt")
public void testKt55555() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/inference/kt55555.kt");
}
@Test
@TestMetadata("lambdaAsReturnStatementOfLambda.kt")
public void testLambdaAsReturnStatementOfLambda() throws Exception {