Skip to content

Commit e1390b7

Browse files
committed
skip flaky test
1 parent 7a71f56 commit e1390b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/partials_test.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1437,6 +1437,7 @@ Deno.test({
14371437

14381438
Deno.test({
14391439
name: "partials - opt out of partial navigation",
1440+
ignore: true, // TODO: test is flaky
14401441
fn: async () => {
14411442
const app = testApp()
14421443
.get("/partial", (ctx) => {
@@ -1504,6 +1505,7 @@ Deno.test({
15041505

15051506
Deno.test({
15061507
name: "partials - opt out of partial navigation #2",
1508+
ignore: true, // TODO: test is flaky
15071509
fn: async () => {
15081510
const app = testApp()
15091511
.get("/partial", (ctx) => {

0 commit comments

Comments
 (0)