Skip to content

Commit d24f421

Browse files
authored
Merge branch 'main' into cursor/address-redos-vulnerability-in-headers-91d9
2 parents 3115ac8 + babb9c5 commit d24f421

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
version: ["v1.x", canary]
10+
version: [canary]
1111
steps:
1212
- name: clone repository
1313
uses: actions/checkout@v4

context.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ Deno.test({
385385

386386
Deno.test({
387387
name: "Context - inspecting",
388+
ignore: true,
388389
fn() {
389390
const app = createMockApp();
390391
const req = createMockNativeRequest();

request.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ Deno.test({
272272

273273
Deno.test({
274274
name: "Request - inspecting",
275+
ignore: true,
275276
fn() {
276277
assertEquals(
277278
Deno.inspect(

0 commit comments

Comments
 (0)