Skip to content

Commit

Permalink
Disable workflow tests as API is unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ibarra committed May 31, 2023
1 parent 71516b0 commit 186facc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
include WorkflowsHelper, PaymentsHelper

before(:all) do
@workflow = create_workflow
skip('Skipping all, unstable')
#@workflow = create_workflow
end

after(:all) do
delete_workflow @workflow.id
#delete_workflow @workflow.id
end

skip '.retrieve_event_types' do
Expand Down
5 changes: 3 additions & 2 deletions spec/checkout_sdk/workflows/workflows_integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
include WorkflowsHelper

before(:all) do
@workflow = create_workflow
skip('Skipping all, unstable')
#@workflow = create_workflow
end

after(:all) do
delete_workflow @workflow.id
#delete_workflow @workflow.id
end

describe '.retrieve_workflows' do
Expand Down

0 comments on commit 186facc

Please sign in to comment.