-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Add integration tests for the chat (context files)" (#2030)
Reverts #1930 Changes not ready yet. ## Test plan - Green CI
- Loading branch information
1 parent
b4672ed
commit 53f24b0
Showing
17 changed files
with
142 additions
and
2,649 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
package com.sourcegraph.cody | ||
|
||
import com.sourcegraph.cody.chat.ChatTest | ||
import com.sourcegraph.cody.edit.DocumentCodeTest | ||
import com.sourcegraph.cody.util.RepeatableSuite | ||
import org.junit.runner.RunWith | ||
import org.junit.runners.Suite | ||
|
||
@RunWith(RepeatableSuite::class) | ||
@Suite.SuiteClasses(ChatTest::class, DocumentCodeTest::class) | ||
class AllSuites | ||
@RunWith(RepeatableSuite::class) @Suite.SuiteClasses(DocumentCodeTest::class) class AllSuites |
102 changes: 0 additions & 102 deletions
102
src/integrationTest/kotlin/com/sourcegraph/cody/chat/ChatTest.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.