Revert "test: disable flaky test until it can be debugged"
This reverts commit 75b52d0fa5bdeb3b49d91b7c227036b9acd0d451.
This commit is contained in:
@ -494,8 +494,7 @@ test('invalid approve', async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
// TODO: Why is this test flaky?
|
test('fail on approve overspend', async () => {
|
||||||
test.skip('fail on approve overspend', async () => {
|
|
||||||
if (mockRpcEnabled) {
|
if (mockRpcEnabled) {
|
||||||
console.log('non-live test skipped');
|
console.log('non-live test skipped');
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user