Skip to content

Commit

Permalink
Disable the flaky lens test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiccooney committed Dec 9, 2024
1 parent 1f926b5 commit 24d2739
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ import com.sourcegraph.cody.util.CustomJunitClassRunner
import org.hamcrest.MatcherAssert.assertThat
import org.hamcrest.Matchers.startsWith
import org.junit.Test
import org.junit.jupiter.api.Disabled
import org.junit.runner.RunWith

@RunWith(CustomJunitClassRunner::class)
class DocumentCodeTest : CodyIntegrationTextFixture() {

// TODO(CODY-2665): This test is flaky.
@Disabled
@Test
fun testGetsWorkingGroupLens() {
val codeLenses = runAndWaitForLenses(DocumentCodeAction.ID, EditCancelAction.ID)
Expand Down

0 comments on commit 24d2739

Please sign in to comment.