Skip to content

Commit

Permalink
disable invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbey committed Dec 23, 2024
1 parent 40f1d98 commit 25e5476
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/features/idv/hybrid_mobile/hybrid_socure_mobile_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,12 @@
end
end

context 'invalid request', allow_browser_log: true do
# this does not test the hybrid mobile flow
xcontext 'invalid request', allow_browser_log: true do
context 'getting the capture path w wrong api key' do
before do
# allow(IdentityConfig.store).to receive(:socure_docv_verification_data_test_mode)
# .and_return(true, false)
user = user_with_2fa
visit_idp_from_oidc_sp_with_ial2
sign_in_and_2fa_user(user)
Expand Down

0 comments on commit 25e5476

Please sign in to comment.