File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
clion-plugin/src/test/kotlin/org/utbot/cpp/clion/plugin Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ abstract class BaseGenerationTestCase {
118118 @AfterAll
119119 fun tearDownAll () {
120120 logger.info(" tearDownAll of BaseGenerationTest is called" )
121- waitForRequestsToFinish()
122121 fixture.tearDown()
123122 logger.info(" tearDownAll of BaseGenerationTest has finished!" )
124123 }
Original file line number Diff line number Diff line change 11package org.utbot.cpp.clion.plugin.tests
22
33import com.intellij.openapi.editor.Editor
4+ import org.junit.jupiter.api.Disabled
45import org.junit.jupiter.api.Test
56import org.utbot.cpp.clion.plugin.BaseGenerationTestCase
67import org.utbot.cpp.clion.plugin.Clang
@@ -11,6 +12,7 @@ import org.utbot.cpp.clion.plugin.assertFileOrDirExists
1112import org.utbot.cpp.clion.plugin.assertTestFilesExist
1213import org.utbot.cpp.clion.plugin.settings.settings
1314
15+ @Disabled(" Disabled as a flaky test until #483 is fixed" )
1416class GenerateForLineTest : BaseGenerationTestCase () {
1517 private val logger = setupLogger()
1618
You can’t perform that action at this time.
0 commit comments