Skip to content

Commit

Permalink
Merge pull request mozilla#19237 from Snuffleupagus/pr-19114-followup-2
Browse files Browse the repository at this point in the history
Disable the `handle reading ranges with missing/invalid "Content-Range" header` unit-test in Google Chrome (PR 19114 follow-up)
  • Loading branch information
timvandermeij authored Dec 19, 2024
2 parents 2df5d8f + 760c4a0 commit 7bd1688
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/unit/network_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ describe("network", function () {
});

it(`handle reading ranges with missing/invalid "Content-Range" header`, async function () {
if (globalThis.chrome) {
pending("Fails intermittently in Google Chrome.");
}

async function readRanges(mode) {
const rangeSize = 32768;
const stream = new PDFNetworkStream({
Expand Down

0 comments on commit 7bd1688

Please sign in to comment.