libwebp: restrict fuzzers to libfuzzer (#12106)

This is because tests have been migrated to fuzztest
This commit is contained in:
Vincent Rabaud 2024-06-20 16:31:14 +02:00 committed by GitHub
parent b973c3b335
commit 233b0206fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@ language: c++
primary_contact: "jzern@google.com"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- centipede
sanitizers:
- address
- undefined