Skip to content

Commit

Permalink
Go
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Oct 25, 2023
1 parent c4dfd03 commit 4c77490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-fetch/tests/http2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CertificateCreationResult, createCertificate } from 'pem';
import { fetchPonyfill } from '../src/fetch';

describe('http2', () => {
if (!globalThis.libcurl) {
if (!globalThis.libcurl || !process.env.LEAK_TEST) {
it('noop', () => {});
return;
}
Expand Down

0 comments on commit 4c77490

Please sign in to comment.