mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user