Skip to content

Commit

Permalink
revert unrelated changes
Browse files Browse the repository at this point in the history
Signed-off-by: Satya Rohith <me@satyarohith.com>
  • Loading branch information
satyarohith authored Mar 6, 2024
1 parent 8b76574 commit 6de9e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/serve_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3710,7 +3710,7 @@ Deno.test(
// TODO(mmastrac): This test should eventually use fetch, when we support trailers there.
// This test is ignored because it's flaky and relies on cURL's verbose output.
Deno.test(
{ permissions: { net: true, run: true, read: true }, ignore: false },
{ permissions: { net: true, run: true, read: true }, ignore: true },
async function httpServerTrailers() {
const ac = new AbortController();
const { resolve } = Promise.withResolvers<void>();
Expand Down

0 comments on commit 6de9e5a

Please sign in to comment.