Skip to content

Commit 30165c9

Browse files
authored
Update windows-msvc.yml testing
1 parent da31b92 commit 30165c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/windows-msvc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ jobs:
196196
shell: C:\shells\msys2bash.cmd {0}
197197
run: |
198198
sed -i '/run_extensions/{N;/System routine CBL_GC_HOSTED/{N;s/at_xfail=no/at_xfail=yes/;}}' tests/testsuite
199-
sed -i '/run_misc/{N;/write to internal storage (1)/{N;N;N;N;s/traceon/traceon; echo "workflow:1">"$at_check_line_file"; at_fn_check_skip 77/;}}' tests/testsuite
200-
sed -i '/run_misc/{N;/COB_SIGNAL_REGIME/{N;s/at_xfail=no/at_xfail=yes/;}}' tests/testsuite
199+
#sed -i '/run_misc/{N;/write to internal storage (1)/{N;N;N;N;s/traceon/traceon; echo "workflow:1">"$at_check_line_file"; at_fn_check_skip 77/;}}' tests/testsuite
201200
202201
- name: Run testsuite
203202
run: |

0 commit comments

Comments
 (0)