1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00

tests: unflake streaming compression tests (#14363)

This commit is contained in:
Luca Casonato 2022-04-22 15:36:02 +02:00 committed by crowlkats
parent 34e4d6eb9c
commit 4e9d1c7260
No known key found for this signature in database
GPG key ID: A82C9D461FC483E8

View file

@ -1254,7 +1254,7 @@ Deno.test({
const url = `http://${hostname}:${port}/`;
const cmd = [
"curl",
"-I",
"-i",
"--request",
"GET",
"--url",
@ -1359,7 +1359,7 @@ Deno.test({
const url = `http://${hostname}:${port}/`;
const cmd = [
"curl",
"-I",
"-i",
"--request",
"GET",
"--url",
@ -1413,7 +1413,7 @@ Deno.test({
const url = `http://${hostname}:${port}/`;
const cmd = [
"curl",
"-I",
"-i",
"--request",
"GET",
"--url",
@ -1464,7 +1464,7 @@ Deno.test({
const url = `http://${hostname}:${port}/`;
const cmd = [
"curl",
"-I",
"-i",
"--request",
"GET",
"--url",
@ -1518,7 +1518,7 @@ Deno.test({
const url = `http://${hostname}:${port}/`;
const cmd = [
"curl",
"-I",
"-i",
"--request",
"GET",
"--url",
@ -1575,7 +1575,7 @@ Deno.test({
const url = `http://${hostname}:${port}/`;
const cmd = [
"curl",
"-I",
"-i",
"--request",
"GET",
"--url",
@ -1632,7 +1632,7 @@ Deno.test({
const url = `http://${hostname}:${port}/`;
const cmd = [
"curl",
"-I",
"-i",
"--request",
"GET",
"--url",
@ -1686,7 +1686,7 @@ Deno.test({
const url = `http://${hostname}:${port}/`;
const cmd = [
"curl",
"-I",
"-i",
"--request",
"GET",
"--url",
@ -1745,7 +1745,7 @@ Deno.test({
const url = `http://${hostname}:${port}/`;
const cmd = [
"curl",
"-I",
"-i",
"--request",
"GET",
"--url",
@ -1869,7 +1869,7 @@ Deno.test({
const url = `http://${hostname}:${port}/`;
const cmd = [
"curl",
"-I",
"-i",
"--request",
"GET",
"--url",