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 {
118
118
@AfterAll
119
119
fun tearDownAll () {
120
120
logger.info(" tearDownAll of BaseGenerationTest is called" )
121
- waitForRequestsToFinish()
122
121
fixture.tearDown()
123
122
logger.info(" tearDownAll of BaseGenerationTest has finished!" )
124
123
}
Original file line number Diff line number Diff line change 1
1
package org.utbot.cpp.clion.plugin.tests
2
2
3
3
import com.intellij.openapi.editor.Editor
4
+ import org.junit.jupiter.api.Disabled
4
5
import org.junit.jupiter.api.Test
5
6
import org.utbot.cpp.clion.plugin.BaseGenerationTestCase
6
7
import org.utbot.cpp.clion.plugin.Clang
@@ -11,6 +12,7 @@ import org.utbot.cpp.clion.plugin.assertFileOrDirExists
11
12
import org.utbot.cpp.clion.plugin.assertTestFilesExist
12
13
import org.utbot.cpp.clion.plugin.settings.settings
13
14
15
+ @Disabled(" Disabled as a flaky test until #483 is fixed" )
14
16
class GenerateForLineTest : BaseGenerationTestCase () {
15
17
private val logger = setupLogger()
16
18
You can’t perform that action at this time.
0 commit comments