Skip to content

ci: add FIXME tracking comments to t.Skip() calls#118

Merged
Patel230 merged 1 commit into
mainfrom
ci/fix-tskip-tracking-comments
Jul 22, 2026
Merged

ci: add FIXME tracking comments to t.Skip() calls#118
Patel230 merged 1 commit into
mainfrom
ci/fix-tskip-tracking-comments

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

Summary

Add FIXME tracking comments to all t.Skip() calls to satisfy the CI test-skip-policy check.

Every t.Skip() now has a comment on the preceding line explaining why the test is skipped.

Changes

  • 34 test files modified
  • 148 comment lines added
  • All violations of the t.Skip() tracking policy resolved

Test plan

  • Local check confirms no remaining violations
  • go build passes cleanly

Every t.Skip() call now has a FIXME comment with the reason for
skipping, satisfying the CI test-skip-policy check.
@Patel230
Patel230 force-pushed the ci/fix-tskip-tracking-comments branch from aea0c6e to 7f5f491 Compare July 22, 2026 18:29
@Patel230
Patel230 merged commit 11401ea into main Jul 22, 2026
20 checks passed
@Patel230
Patel230 deleted the ci/fix-tskip-tracking-comments branch July 22, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant