From 6de9e5a1687f1920a471414f1b475c857374606f Mon Sep 17 00:00:00 2001
From: Satya Rohith <me@satyarohith.com>
Date: Wed, 6 Mar 2024 15:07:30 +0530
Subject: [PATCH] revert unrelated changes

Signed-off-by: Satya Rohith <me@satyarohith.com>
---
 tests/unit/serve_test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/unit/serve_test.ts b/tests/unit/serve_test.ts
index a88870bc7ba51a..9b2870ebd112c9 100644
--- a/tests/unit/serve_test.ts
+++ b/tests/unit/serve_test.ts
@@ -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>();