Skip to content

Commit

Permalink
Mute some NeoVim tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Nov 5, 2024
1 parent 8825f79 commit 5145bb4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class ChangeActionTest : VimTestCase() {

// VIM-620 |i_CTRL-O|
@Test
@TestWithoutNeovim(SkipNeovimReason.UNCLEAR)
fun testInsertSingleCommandAndNewLineInserting4() {
doTest(
listOf("i", "<C-O>", "v", "d"),
Expand Down Expand Up @@ -129,6 +130,7 @@ class ChangeActionTest : VimTestCase() {

// VIM-311 |i_CTRL-O|
@Test
@TestWithoutNeovim(SkipNeovimReason.UNCLEAR)
fun testInsertSingleCommand() {
doTest(
listOf("i", "def", "<C-O>", "d2h", "x"),
Expand Down Expand Up @@ -1072,6 +1074,7 @@ foobaz

@Test
@TestFor(issues = ["VIM-2074"])
@TestWithoutNeovim(SkipNeovimReason.UNCLEAR)
fun `backspace with replace mode`() {
configureByText("${c}Hello world")
typeText("R1111")
Expand Down

0 comments on commit 5145bb4

Please sign in to comment.