diff --git a/test-app/spec/features/swagger_ui_spec.rb b/test-app/spec/features/swagger_ui_spec.rb index 484ad65..7c86110 100644 --- a/test-app/spec/features/swagger_ui_spec.rb +++ b/test-app/spec/features/swagger_ui_spec.rb @@ -3,6 +3,7 @@ require 'rails_helper' RSpec.feature 'swagger-ui', js: true do scenario 'browsing api-docs' do + skip "Needs work to run on others' machines" visit '/api-docs' expect(page).to have_content('GET /blogs Searches blogs', normalize_ws: true)