cybozu-go / neco

Project Neco
https://app.zenhub.com/workspaces/neco-5ca28d055128c041a68c0a8f/boards
Apache License 2.0
236 stars 9 forks source link

Remove time display #2572

Closed masa213f closed 1 month ago

masa213f commented 1 month ago

This PR removes the time display of dctest test.

Now Ginkgo displays the execution time of By. So start time and end time of each test is unnecessary. (The time was not displayed at Ginkgo v1.)

Neco setup should complete updates
/home/actions/go/src/github.com/cybozu-go/neco/dctest/setup_test.go:137
START: 2024-06-05T00:09:17Z                                        // Remove
  STEP: Waiting for request to complete @ 06/05/24 00:09:17.51     // Ginkgo displays the execution time of "By".
  STEP: Installing sshd_config and sudoers @ 06/05/24 00:09:43.499
END: 2024-06-05T00:09:43Z                                          // Remove
• [26.030 seconds]