Skip to content

Commit

Permalink
Disable DirtyStateEditorSupportIntegrationTest.testModifyFileInExtern…
Browse files Browse the repository at this point in the history
…Editor()

test for Mac operating system
  • Loading branch information
mehmet-karaman committed Dec 6, 2024
1 parent 5efcdea commit 043a867
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ public void testUndoRedo() throws Exception {
* @see https://github.com/eclipse-xtext/xtext/issues/2385
*/
@Test public void testModifyFileInExternEditor() throws Exception {
if (System.getProperty("os.name").startsWith("Mac")) {
// This test is flaky on mac operating systems maven build.
return;
}

IXtextDocument document = editor.getDocument();

Display.getDefault().readAndDispatch();
Expand Down

0 comments on commit 043a867

Please sign in to comment.