mirror of
https://github.com/minio/minio.git
synced 2025-05-21 09:33:50 -04:00
Fix ndjson unsupported (#9500)
This commit is contained in:
parent
28f9c477a8
commit
086be07bf5
@ -61,6 +61,10 @@ var testCases = []struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestNDJSON(t *testing.T) {
|
func TestNDJSON(t *testing.T) {
|
||||||
|
if !simdjson.SupportedCPU() {
|
||||||
|
t.Skip("Unsupported cpu")
|
||||||
|
}
|
||||||
|
|
||||||
for _, tt := range testCases {
|
for _, tt := range testCases {
|
||||||
|
|
||||||
t.Run(tt.name, func(t *testing.T) {
|
t.Run(tt.name, func(t *testing.T) {
|
Loading…
x
Reference in New Issue
Block a user