-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable DirtyStateEditorSupportIntegrationTest.testModifyFileInExternEditor() for mac operating system. #3283
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should use junit assumptions for that. Search for assumeTrue or false in our codebase. That way, the test is marked as skipped.
I thought only @ignored annotated tests will be skipped.. The test will start but it will exit on mac before doing anything.. All others will execute that until end. |
Let me wait until the build is finished, thats totally new for me :) |
Test Results 6 445 files - 16 6 445 suites - 16 2h 59m 13s ⏱️ - 8m 56s For more details on these failures, see this check. Results for commit 6459311. ± Comparison against base commit dec4226. This pull request removes 23 tests.
♻️ This comment has been updated with latest results. |
...rc-longrunning/org/eclipse/xtext/ui/tests/editor/DirtyStateEditorSupportIntegrationTest.java
Outdated
Show resolved
Hide resolved
Yes, but as we said, it's better to use assumptions so that the test is correctly marked as skipped. |
043a867
to
b1c5b57
Compare
There are tons of failures related to autoedit strategy. It can't be related to this.. |
…Editor() test for Mac operating system
503c35b
to
6459311
Compare
I've done a rebase, |
Build failed again, but I've checked the test results from the log: DirtyStateEditorSupportIntegrationTest for Windows worked, for Ubuntu it worked also and for mac skipped it skipped one more test which is expected. |
The build fails due to a change in platform (see the issue in xtext) |
@LorenzoBettini @szarnekow If you are ok with this decision, we can merge this PR. Its disbaling the test for the mac operating system.