Skip to content

Commit

Permalink
Skips ledger pin test until brave#9641 is fixed
Browse files Browse the repository at this point in the history
Auditors:

Test Plan:
  • Loading branch information
NejcZdovc committed Jul 27, 2017
1 parent b5828cc commit 0bf3894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/about/ledgerTableTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ describe('Ledger table', function () {
.waitForVisible(`${firstTableFirstRow} [data-switch-status="true"]`)
})

it('check pinned sites amount, when you have 0 eligible unpinned sites', function * () {
// TODO re-enable when #9641 is fixed
it.skip('check pinned sites amount, when you have 0 eligible unpinned sites', function * () {
yield this.app.client
.tabByIndex(0)
.click(`${secondTableFirstRow} [data-test-pinned="false"]`)
Expand Down

0 comments on commit 0bf3894

Please sign in to comment.