Disable unstable test (#20996)

Disable unstable test in vendored package. Only used for s3 select.
This commit is contained in:
Klaus Post 2025-03-12 10:26:50 -07:00 committed by GitHub
parent 8aa0e9ff7c
commit 93e40c3ab4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ var (
)
func TestScanner(t *testing.T) {
t.Skip("Unstable test")
data := []byte("abcdefghijklmnopqrstuvwxyz0123456789")
var i int