Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Disable another payments test
Browse files Browse the repository at this point in the history
This one is a unittest

Auditors: @bsclifton

Related to #6911
  • Loading branch information
bbondy committed Jan 28, 2017
1 parent 6fde912 commit 897cebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/app/renderer/paymentsTabTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('PaymentsTab component', function () {
assert.equal(wrapper.find('[data-test-id="creatingWallet"]').length, 1)
})

it('renders payment history button', function () {
it.skip('renders payment history button', function () {
const wrapper = shallow(
<PaymentsTab
showOverlay={function () {}}
Expand Down

0 comments on commit 897cebb

Please sign in to comment.