mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -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) {
|
func TestScanner(t *testing.T) {
|
||||||
|
t.Skip("Unstable test")
|
||||||
data := []byte("abcdefghijklmnopqrstuvwxyz0123456789")
|
data := []byte("abcdefghijklmnopqrstuvwxyz0123456789")
|
||||||
|
|
||||||
var i int
|
var i int
|
||||||
|
|||||||
Reference in New Issue
Block a user