mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Disable unstable test (#20996)
Disable unstable test in vendored package. Only used for s3 select.
This commit is contained in:
@@ -16,6 +16,7 @@ var (
|
||||
)
|
||||
|
||||
func TestScanner(t *testing.T) {
|
||||
t.Skip("Unstable test")
|
||||
data := []byte("abcdefghijklmnopqrstuvwxyz0123456789")
|
||||
|
||||
var i int
|
||||
|
||||
Reference in New Issue
Block a user