We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da31b92 commit 30165c9Copy full SHA for 30165c9
.github/workflows/windows-msvc.yml
@@ -196,8 +196,7 @@ jobs:
196
shell: C:\shells\msys2bash.cmd {0}
197
run: |
198
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
+ #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
201
202
- name: Run testsuite
203
0 commit comments