Skip to content

Commit

Permalink
comment out vaos_v2_spec (#18588)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtolmach authored and bramleyjl committed Sep 24, 2024
1 parent 4237246 commit 1209030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
context 'when custom error response is injected' do
let!(:user) { sis_user(email: 'vets.gov.user+141@gmail.com', vha_facility_ids: [402, 555]) }

it 'raises 418 custom error' do
it 'raises 418 custom error', skip: 'flakey test' do
get '/mobile/v0/appointments', headers: sis_headers
expect(response).to have_http_status(418)
expect(response.parsed_body).to eq({ 'errors' => [{ 'title' => 'Custom error title',
Expand Down

0 comments on commit 1209030

Please sign in to comment.