Skip to content

Commit b8b4f7c

Browse files
committed
Remove an obsolete comment in test-fixtures-windows
This removes a comment that is obsolete as of #1793.
1 parent 5443bf2 commit b8b4f7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ jobs:
226226
- name: Compare expected and actual failures
227227
run: |
228228
# Fail on any differences, even unexpectedly passing tests, so they can be investigated.
229-
# (If the job is made blocking for PRs, it may make sense to make this less stringent.)
230229
git --no-pager diff --no-index --exit-code --unified=1000000 --color=always -- `
231230
etc/test-fixtures-windows-expected-failures-see-issue-1358.txt actual-failures.txt
232231

0 commit comments

Comments
 (0)