ruanwenjun commented on code in PR #14085: URL: https://github.com/apache/dolphinscheduler/pull/14085#discussion_r1195982922
########## dolphinscheduler-task-plugin/dolphinscheduler-task-remoteshell/src/test/java/org/apache/dolphinscheduler/plugin/task/remoteshell/RemoteShellTaskTest.java: ########## @@ -36,12 +36,14 @@ import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.mockito.MockedStatic; import org.mockito.Mockito; import org.mockito.junit.jupiter.MockitoExtension; +@Disabled Review Comment: I find the sshd cannot run successfully in github action, this seems related to the system. https://github.com/apache/dolphinscheduler/actions/runs/4945026701/jobs/8863071879?pr=14084 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
