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

Commit

Permalink
Merge pull request #10167 from NejcZdovc/tests/advance-ledger
Browse files Browse the repository at this point in the history
Skips advanced payment panel tests until #9677 is fixed
  • Loading branch information
NejcZdovc committed Jul 27, 2017
2 parents b91fe38 + eaa227f commit b5828cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/about/ledgerPanelAdvancedPanelTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ let generateAndSaveRecoveryFile = function (recoveryFilePath, paymentId, passphr
fs.writeFileSync(recoveryFilePath, recoveryFileContents)
}

describe('Advanced payment panel tests', function () {
// TODO re-enable when #9677 is fixed
describe.skip('Advanced payment panel tests', function () {
let context = this
Brave.beforeEach(this)

Expand Down

0 comments on commit b5828cc

Please sign in to comment.