mirror of
				https://github.com/minio/minio.git
				synced 2025-10-29 15:55:00 -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) { | ||||
| 	if !simdjson.SupportedCPU() { | ||||
| 		t.Skip("Unsupported cpu") | ||||
| 	} | ||||
| 
 | ||||
| 	for _, tt := range testCases { | ||||
| 
 | ||||
| 		t.Run(tt.name, func(t *testing.T) { | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user