Skip to content

Commit

Permalink
chore(e2e): add two new test suites to skipped config (#2679)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhalp authored Oct 17, 2024
1 parent f05b54f commit 288266f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,14 @@
"app-dir revalidate-dynamic should revalidate the data with /api/revalidate-path",
"app-dir revalidate-dynamic should revalidate the data with /api/revalidate-tag"
]
},
{
"file": "test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.prospective-errors.test.ts",
"reason": "Uses CLI output"
},
{
"file": "test/e2e/app-dir/dynamic-io-request-apis/dynamic-io-request-apis.test",
"reason": "Uses CLI output"
}
],
"failures": [
Expand Down

0 comments on commit 288266f

Please sign in to comment.