Skip to content

Conversation

@vburzynski
Copy link
Contributor

marks the slowest specs with :slow

  • use bundle exec rspec --tag '~slow' to skip slow tests
  • use bundle exec rspec --profile to see slowest tests
  • makes it possible to run the bulk of the test suite in roughly 1 second as opposed to roughly 5 seconds
  • namely ./spec/acceptance/sequence_setting_spec.rb:309 alone was taking up 61% of the time to run the entire suite (3.12 seconds out of the 5.09 seconds). It seems like a useful test to retain, but is not critical to run while developing other features.

@vburzynski vburzynski merged commit d5ed6dc into main Oct 13, 2025
25 checks passed
@vburzynski vburzynski deleted the mark-slow-specs branch October 13, 2025 11:51
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.

2 participants