Skip to content

fix: skip TestReinitializeAgent until we can adapt it for windows #17968

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

Merged
merged 2 commits into from
May 22, 2025

Conversation

SasSwart
Copy link
Contributor

@SasSwart SasSwart commented May 21, 2025

relates to coder/internal#642

I've reached a timebox trying to get a script for windows to work, so I'm skipping it for now.

@SasSwart SasSwart marked this pull request as ready for review May 21, 2025 11:22
@SasSwart SasSwart requested a review from hugodutka May 21, 2025 11:23
Copy link
Member

@mtojek mtojek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it

@@ -89,6 +90,12 @@ func TestReinitializeAgent(t *testing.T) {
t.Skip("dbmem cannot currently claim a workspace")
}

if runtime.GOOS == "windows" {
t.Skip("test startup script is not supported on windows")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: link the GH issue here

@dannykopping
Copy link
Contributor

Can we ship this? This issue is causing CI failure every morning.

@SasSwart SasSwart merged commit 1e1e6f3 into main May 22, 2025
39 checks passed
@SasSwart SasSwart deleted the jjs/642 branch May 22, 2025 06:48
@github-actions github-actions bot locked and limited conversation to collaborators May 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants