[lz4] Disable i386 fuzzing (#4600)

There are 3 open LZ4 i386 issues. Each claims to be reliabily reproducable. We've
never been able to reproduce any of them. At this point it is just causing noise.
So we want to disable i386 fuzzing until these issues have been sorted out.

OSS-Fuzz claims the latest tested revision is
664427aa8f
from 5 days ago. Does that mean it was able to succesfully reproduce then?
This commit is contained in:
Nick Terrell 2020-11-10 11:44:30 -08:00 committed by GitHub
parent 260479e790
commit 7e4c035a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -21,4 +21,3 @@ sanitizers:
- dataflow
architectures:
- x86_64
- i386