Skip to content

Commit 98917ad

Browse files
author
Daniele Briggi
committed
chore: disable broken tests
1 parent e9f7c0d commit 98917ad

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,14 @@ jobs:
293293
working-directory: examples/with-javascript-browser
294294
run: bun i && bun test.cjs
295295

296-
- name: deno with-javascript-browser
297-
if: matrix.os != 'windows-latest' && matrix.os != 'LinuxARM64' #https://github.com/denoland/deno/issues/23524#issuecomment-2292075726
298-
uses: nick-fields/retry@v3 #doing this step with the retry action because sometimes in macos it gets stuck without failing
299-
with:
300-
timeout_seconds: 45
301-
max_attempts: 5
302-
command: cd examples/with-javascript-browser && deno --allow-all test.cjs
296+
# See issue https://github.com/sqlitecloud/sqlitecloud-js/issues/265
297+
# - name: deno with-javascript-browser
298+
# if: matrix.os != 'windows-latest' && matrix.os != 'LinuxARM64' #https://github.com/denoland/deno/issues/23524#issuecomment-2292075726
299+
# uses: nick-fields/retry@v3 #doing this step with the retry action because sometimes in macos it gets stuck without failing
300+
# with:
301+
# timeout_seconds: 45
302+
# max_attempts: 5
303+
# command: cd examples/with-javascript-browser && deno --allow-all test.cjs
303304

304305
- name: remove with-javascript-browser
305306
run: rm -rf examples/with-javascript-browser/*

0 commit comments

Comments
 (0)