mirror of https://github.com/minio/minio.git
Disable unstable test (#20996)
Disable unstable test in vendored package. Only used for s3 select.
This commit is contained in:
parent
8aa0e9ff7c
commit
93e40c3ab4
|
@ -16,6 +16,7 @@ var (
|
|||
)
|
||||
|
||||
func TestScanner(t *testing.T) {
|
||||
t.Skip("Unstable test")
|
||||
data := []byte("abcdefghijklmnopqrstuvwxyz0123456789")
|
||||
|
||||
var i int
|
||||
|
|
Loading…
Reference in New Issue