Skip to content

Commit

Permalink
re-enabled DocumentSynchronizationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyegge committed Jun 27, 2024
1 parent 30d1a5f commit 5bff18e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/integrationTest/kotlin/com/sourcegraph/cody/AllSuites.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ import org.junit.runners.Suite
* and define a unique CODY_RECORDING_NAME.
*/
@RunWith(Suite::class)
@Suite.SuiteClasses(
DocumentCodeTest::class, /*DocumentSynchronizationTest::class*/
)
@Suite.SuiteClasses(DocumentCodeTest::class, DocumentSynchronizationTest::class)
class AllSuites {
companion object {
private val logger = Logger.getInstance(AllSuites::class.java)
Expand Down

0 comments on commit 5bff18e

Please sign in to comment.