diff options
Diffstat (limited to 'std/textproto/reader_test.ts')
-rw-r--r-- | std/textproto/reader_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/textproto/reader_test.ts b/std/textproto/reader_test.ts index 2ceeb7eef..7aead064b 100644 --- a/std/textproto/reader_test.ts +++ b/std/textproto/reader_test.ts @@ -19,7 +19,7 @@ function reader(s: string): TextProtoReader { } test({ - skip: true, + ignore: true, name: "[textproto] Reader : DotBytes", async fn(): Promise<void> { const _input = |