1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -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 GitHub
parent 6fad5c33c9
commit a158d866bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",