test: drop windows for TestGetModulesArchive due to flakiness (#21897)

Coder is run in a linux container almost always anyway

Closes https://github.com/coder/internal/issues/1325
This commit is contained in:
Steven Masley
2026-02-04 08:30:03 -06:00
committed by GitHub
parent a4ffafd46d
commit fd00958520
@@ -23,6 +23,9 @@ import (
// platform specific.
func TestGetModulesArchive(t *testing.T) {
t.Parallel()
if runtime.GOOS == "windows" {
t.Skip("Windows path separators and newline handling make this test unreliable.")
}
t.Run("Success", func(t *testing.T) {
t.Parallel()