You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI robot is trying to type characters into the editor but the editor process is not confirming the characters.
GradleSingleModJakartaLSTest > testJakartaQuickFixInJavaPart() FAILED
java.net.SocketTimeoutException: Read timed out
at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:288)
at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:314)
at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
at okio.InputStreamSource.read(JvmOkio.kt:94)
at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:125)
at okio.RealBufferedSource.indexOf(RealBufferedSource.kt:427)
at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:320)
at okhttp3.internal.http1.Http1ExchangeCodec.readHeaderLine(Http1ExchangeCodec.java:242)
...
Start testing on the IDE after restart.
The challenge is that when you restart the IDE it reloads the project that was in use when the IDE last crashed. We need to close that project and get back to the Welcome screen so that the test can load the project that is required (typically the project for the first test since we are starting testing over from the beginning).
The text was updated successfully, but these errors were encountered:
The UI robot is trying to type characters into the editor but the editor process is not confirming the characters.
Start testing on the IDE after restart.
The challenge is that when you restart the IDE it reloads the project that was in use when the IDE last crashed. We need to close that project and get back to the Welcome screen so that the test can load the project that is required (typically the project for the first test since we are starting testing over from the beginning).
The text was updated successfully, but these errors were encountered: