Skip to content

Commit 8b6bb29

Browse files
committed
comment
1 parent 7557b25 commit 8b6bb29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/redux/.testRun.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function testRun(cmd: `pnpm run ${'dev' | 'preview' | 'preview:ssg'}`) {
4747
}
4848

4949
test('todos - add to-do', async () => {
50-
// No clue why this started to fail in GitHub's CI at https://github.com/vikejs/vike-react/pull/177 (it doesn't fail locally) — let's skip for now and try again later.
50+
// No clue why this started to fail only in GitHub CI Linux at https://github.com/vikejs/vike-react/pull/177 (it doesn't fail locally nor on windows) — let's skip for now and try again later.
5151
// TODO/soon: remove this
5252
if (isCI() && !isWindows()) return
5353

examples/zustand/.testRun.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function testRun(cmd: 'pnpm run dev' | 'pnpm run preview') {
6262
}
6363

6464
test('todos - add to-do', async () => {
65-
// No clue why this started to fail in GitHub's CI at https://github.com/vikejs/vike-react/pull/177 (it doesn't fail locally) — let's skip for now and try again later.
65+
// No clue why this started to fail only in GitHub CI Linux at https://github.com/vikejs/vike-react/pull/177 (it doesn't fail locally nor on windows) — let's skip for now and try again later.
6666
// TODO/soon: remove this
6767
if (isCI() && !isWindows()) return
6868

0 commit comments

Comments
 (0)