Skip to content

Commit b1253f9

Browse files
FlorianKroissrubenporras
authored andcommitted
Disable failing test
1 parent d47112f commit b1253f9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

org.eclipse.lsp4e.test/src/org/eclipse/lsp4e/test/format/FormatHandlerReadOnlyTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@
4040
import org.eclipse.ui.handlers.IHandlerService;
4141
import org.eclipse.ui.texteditor.ITextEditor;
4242
import org.junit.jupiter.api.Test;
43+
import org.junit.jupiter.api.condition.DisabledOnOs;
44+
import org.junit.jupiter.api.condition.OS;
4345

4446
public class FormatHandlerReadOnlyTest extends AbstractTestWithProject {
4547

4648
@Test
49+
@DisabledOnOs(value = OS.LINUX, architectures = "aarch64", disabledReason = "Test fails consistently on Ubuntu 24.04 (ARM)")
4750
public void testFormatOnReadOnlyFileAndMakeWritable() throws Exception {
4851
// Mock formatting to prepend "//" at the start of each line
4952
var edits = List.of( //

0 commit comments

Comments
 (0)