Adding new fulcrum test

This commit is contained in:
Chris Troutner
2025-11-17 07:45:52 -08:00
parent 7b9aba3738
commit 857b57240e
+1 -3
View File
@@ -367,8 +367,6 @@ describe('#ElectrumX', () => {
})
})
/*
CT 3/14/23 - This test is frequently failing in BVT due to 429 errors.
describe('#sortAllTxs', () => {
it('should GET transaction history for a single address', async () => {
// Add delay for this endpoint.
@@ -387,7 +385,7 @@ describe('#ElectrumX', () => {
assert.isAbove(sortedTransactions[0].height, sortedTransactions[1].height)
})
})
*/
})
function sleep (ms) {