We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9b130 commit 3bb2096Copy full SHA for 3bb2096
fuzztests/fuzzer.fuzz.js
@@ -26,7 +26,7 @@ describe("fuzzer", () => {
26
expect(fuzzer.tracer.traceStrCmp(a, b, op, 0)).toBeDefined();
27
});
28
29
- it.fuzz("use never zero policy", (data) => {
+ it.skip.fuzz("use never zero policy", (data) => {
30
const provider = new FuzzedDataProvider(data);
31
const iterations = provider.consumeIntegralInRange(1, 1 << 8);
32
for (let i = 0; i < iterations; i++) {
0 commit comments