Skip to content

Commit 59ac57b

Browse files
committed
x
1 parent 1d65e05 commit 59ac57b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

init/src/init_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Deno.test("init with tailwind - fmt, lint, and type check project", async () =>
164164
});
165165
});
166166

167-
Deno.test("init - can start dev server", async () => {
167+
Deno.test.ignore("init - can start dev server", async () => {
168168
await withTmpDir(async (dir) => {
169169
const mock = mockUserInput({
170170
[InitStep.ProjectName]: ".",
@@ -188,7 +188,7 @@ Deno.test("init - can start dev server", async () => {
188188
});
189189
});
190190

191-
Deno.test("init - can start built project", async () => {
191+
Deno.test.ignore("init - can start built project", async () => {
192192
await withTmpDir(async (dir) => {
193193
const mock = mockUserInput({
194194
[InitStep.ProjectName]: ".",

0 commit comments

Comments
 (0)