-
Notifications
You must be signed in to change notification settings - Fork 182
Disable Win32 key event test in GitHub Actions runs #2516 #2559
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 Win32 key event test in GitHub Actions runs #2516 #2559
Conversation
Test Results 118 files ±0 118 suites ±0 11m 33s ⏱️ +41s Results for commit f2d6cf8. ± Comparison against base commit 9a317a3. This pull request removes 22 and adds 22 tests. Note that renamed tests count towards both.
This pull request removes 3 skipped tests and adds 22 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
490d0a2
to
0921abb
Compare
Logs show that check for
|
…2516 Since the upgrade of the default GitHub Actions runner for Windows to Windows Server 2025, the key event tests started to fail sporadically. Until a solution is found, this temporarily disables the tests to avoid that it hides actual issues when investigating the build results. Contributes to eclipse-platform#2516
0921abb
to
f2d6cf8
Compare
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.
Thanks, looks good. Do you plan to change something or can this PR be merged?
Thank you for the feedback! This is ready to go from my side. I just wanted to have someone have a quick look when disabling a bunch of tests. |
Since the upgrade of the default GitHub Actions runner for Windows to Windows Server 2025, the key event tests started to fail sporadically. Until a solution is found, this temporarily disables the tests to avoid that it hides actual issues when investigating the build results.
For the used system variable to identify the GHA environment, see https://docs.github.com/en/actions/reference/workflows-and-actions/variables#default-environment-variables
Contributes to #2516