the offending test case: TestCmdStream in pkg/cmd/server/stream_test.go
The test had passed on my machine but failed in CI - the CI failure what that the test timed out after 10 mins, so it appears to never have completed. This could be because something is blocking, locked, or there is a race condition for a resource. Will need to investigate, fix, and re-enable the test case.
the offending test case:
TestCmdStreaminpkg/cmd/server/stream_test.goThe test had passed on my machine but failed in CI - the CI failure what that the test timed out after 10 mins, so it appears to never have completed. This could be because something is blocking, locked, or there is a race condition for a resource. Will need to investigate, fix, and re-enable the test case.