From 0ce6394acabdf75bc1d80a399be7ec8e1e08bd49 Mon Sep 17 00:00:00 2001 From: uki00a Date: Mon, 1 Jun 2020 05:04:19 +0900 Subject: re-enable the "HugeLines" test case (#6006) --- std/encoding/csv_test.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'std/encoding/csv_test.ts') diff --git a/std/encoding/csv_test.ts b/std/encoding/csv_test.ts index b3d4ec0c9..60d43e35e 100644 --- a/std/encoding/csv_test.ts +++ b/std/encoding/csv_test.ts @@ -385,7 +385,6 @@ x,,, "#ignore\n".repeat(10000) + "@".repeat(5000) + "," + "*".repeat(5000), Output: [["@".repeat(5000), "*".repeat(5000)]], Comment: "#", - ignore: true, // TODO(#4521) }, { Name: "QuoteWithTrailingCRLF", @@ -455,7 +454,6 @@ x,,, ]; for (const t of testCases) { Deno.test({ - ignore: !!t.ignore, name: `[CSV] ${t.Name}`, async fn(): Promise { let comma = ","; -- cgit v1.2.3