-
Notifications
You must be signed in to change notification settings - Fork 13
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
Stabilize tests on CI #2105
Merged
apupier
merged 7 commits into
camel-tooling:main
from
apupier:increaseTimeoutToAvoidfrequentErrorOnMacOS13
Feb 19, 2025
Merged
Stabilize tests on CI #2105
apupier
merged 7 commits into
camel-tooling:main
from
apupier:increaseTimeoutToAvoidfrequentErrorOnMacOS13
Feb 19, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on GitHUb Actions with MacOS 13, it often requires more time Signed-off-by: Aurélien Pupier <apupier@redhat.com>
change not saved On slower CI, sometimes it happens. The file is deleted anyway the line after Signed-off-by: Aurélien Pupier <apupier@redhat.com>
On MacOS 13, it is often requiring more time Signed-off-by: Aurélien Pupier <apupier@redhat.com>
On MacOS 13, it is sometimes requiring more time Signed-off-by: Aurélien Pupier <apupier@redhat.com>
tests to avoid this potential error when it is too slow (happens regularly on CI) ``` 1) Camel properties auto-completion support "after all" hook for "code diagnostic is working": NoSuchElementError: no such element: Unable to locate element: {"method":"css selector","selector":".monaco-dialog-box"} ``` Signed-off-by: Aurélien Pupier <apupier@redhat.com>
on CI, it sometimes takes more time Signed-off-by: Aurélien Pupier <apupier@redhat.com>
still far from stable but still in a better shape, managed to have a green build |
djelinek
reviewed
Feb 19, 2025
it sometimes fails on CI Signed-off-by: Aurélien Pupier <apupier@redhat.com>
aa21712
to
6fcca69
Compare
|
djelinek
approved these changes
Feb 19, 2025
pospisilf
approved these changes
Feb 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
on GitHUb Actions with MacOS 13, it often requires more time. I noticed that for some of them it is also failing (less often) on Windows