diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-16 00:30:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 23:30:06 +0000 |
| commit | b6c74aab240430fa70c057be825ce766d2314e02 (patch) | |
| tree | 6e2b3f690411f41de77972339f4145d2c85b31b8 /tests/unit/fetch_test.ts | |
| parent | a58494483a2c618636697e05f9c799b03e405056 (diff) | |
Revert "test: run unit tests with DENO_FUTURE=1 (#24400)" (#25060)
This reverts commit 22a834ff5b4b312b8f91be8991f2b495d49fad2f.
Appears this commit might have broken tests on `main`.
Diffstat (limited to 'tests/unit/fetch_test.ts')
| -rw-r--r-- | tests/unit/fetch_test.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/fetch_test.ts b/tests/unit/fetch_test.ts index 5dc9d417d..9b2463bcc 100644 --- a/tests/unit/fetch_test.ts +++ b/tests/unit/fetch_test.ts @@ -6,7 +6,6 @@ import { assertStringIncludes, assertThrows, delay, - DENO_FUTURE, fail, unimplemented, } from "./test_util.ts"; @@ -1356,7 +1355,7 @@ Deno.test( ); Deno.test( - { permissions: { read: true, net: true }, ignore: DENO_FUTURE }, + { permissions: { read: true, net: true } }, async function fetchCustomClientPrivateKey(): Promise< void > { |
