Merge pull request #19237 from Snuffleupagus/pr-19114-followup-2
Disable the `handle reading ranges with missing/invalid "Content-Range" header` unit-test in Google Chrome (PR 19114 follow-up)
This commit is contained in:
commit
7bd168811c
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user