Revert "test: disable flaky test until it can be debugged"

This reverts commit 75b52d0fa5bdeb3b49d91b7c227036b9acd0d451.
This commit is contained in:
Michael Vines 2018-10-22 14:54:36 -07:00
parent 00890ef9e0
commit d9b98918b6
1 changed files with 1 additions and 2 deletions

View File

@ -494,8 +494,7 @@ test('invalid approve', async () => {
});
// TODO: Why is this test flaky?
test.skip('fail on approve overspend', async () => {
test('fail on approve overspend', async () => {
if (mockRpcEnabled) {
console.log('non-live test skipped');
return;