Revert "test: disable flaky test until it can be debugged"
This reverts commit 75b52d0fa5bdeb3b49d91b7c227036b9acd0d451.
This commit is contained in:
parent
00890ef9e0
commit
d9b98918b6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue