Skip to content

Commit 6ddb71f

Browse files
committed
Do not run tests on windows
1 parent 2474f44 commit 6ddb71f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/apitypings/main_test.go

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//go:build !windows
2+
// +build !windows
3+
4+
// Windows tests fail because the \n\r vs \n. It's not worth trying
5+
// to replace newlines for os tests. If people start using this tool on windows
6+
// and are seeing problems, then we can add build tags and figure it out.
17
package main
28

39
import (

0 commit comments

Comments
 (0)