-
Notifications
You must be signed in to change notification settings - Fork 274
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
After migration to 2.x version tests always are failed #1797
Comments
Please share your project sources. |
Unfortunately, I can provide only build files: build.gradle.kts - https://pastebin.com/CQMX44bH |
Are only UI Integration tests failing? Not sure about some of the additional dependencies, e.g. Also try using latest Gradle GA Release always. |
Yes, only UI Integration tests failing. Ok, I will change org.slf4j:slf4j-api:2.0.7, but it is not resolve my problem. |
The stacktrace from the first post mention What does this file say exactly? |
com.intellij.remoterobot.utils.WaitForConditionTimeoutException: Exceeded timeout (PT20S) for condition function (Failed to find 'Dialog' by 'title New Project' in 20s) com.intellij.remoterobot.utils.WaitForConditionTimeoutException: Exceeded timeout (PT10S) for condition function (Failed to find 'Idea frame' by 'IdeFrameImpl type' in 10s) |
Tests are still failing, can you help? |
Could you give us any solving? |
What happened?
After migration from 1.x to 2.x version tests always are failed
Relevant log output or stack trace
Gradle IntelliJ Plugin version
2.1.0
Gradle version
8.4
Operating System
macOS
Link to build, i.e. failing GitHub Action job
No response
The text was updated successfully, but these errors were encountered: