Skip to content

Suppress unnecessary warns for Windows tag group#9354

Merged
hsbt merged 1 commit intomasterfrom
skip-warn-realworld
Feb 28, 2026
Merged

Suppress unnecessary warns for Windows tag group#9354
hsbt merged 1 commit intomasterfrom
skip-warn-realworld

Conversation

@hsbt
Copy link
Member

@hsbt hsbt commented Feb 28, 2026

Randomized with seed 60040
./spec/realworld/edgecases_spec.rb is not assigned to any Windows runner group. see spec/support/windows_tag_group.rb for details.
./spec/realworld/git_spec.rb is not assigned to any Windows runner group. see spec/support/windows_tag_group.rb for details.
./spec/realworld/slow_perf_spec.rb is not assigned to any Windows runner group. see spec/support/windows_tag_group.rb for details.
./spec/realworld/double_check_spec.rb is not assigned to any Windows runner group. see spec/support/windows_tag_group.rb for details.
./spec/realworld/ffi_spec.rb is not assigned to any Windows runner group. see spec/support/windows_tag_group.rb for details.
./spec/realworld/parallel_spec.rb is not assigned to any Windows runner group. see spec/support/windows_tag_group.rb for details.
............

realworld examples are unnecessary for parallel tests with Windows.

Copilot AI review requested due to automatic review settings February 28, 2026 02:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Bundler’s RSpec configuration to avoid emitting Windows runner-group assignment warnings for realworld specs, which are not intended to be part of the Windows parallel runner grouping.

Changes:

  • Skip the “not assigned to any Windows runner group” warning for example groups tagged realworld: true.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hsbt hsbt merged commit 213ad60 into master Feb 28, 2026
98 checks passed
@hsbt hsbt deleted the skip-warn-realworld branch February 28, 2026 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants