Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@ function getFrameworkTestConfig(pm: string): NamedFrameworkTestConfig[] {
{
name: "hono:pages",
argv: ["--platform", "pages"],
// The hono started template for pages is currently broken so we need to skip the test
// this will be fixed upstream
// TODO: un-quarantine this once https://github.com/honojs/starter/pull/116 is merged
quarantine: true,
testCommitMessage: true,
unsupportedOSs: ["win32"],
verifyDeploy: {
Expand Down
Loading