diff --git a/web3.js/test/token-program.test.js b/web3.js/test/token-program.test.js index 26958ff88..b08ff9ca1 100644 --- a/web3.js/test/token-program.test.js +++ b/web3.js/test/token-program.test.js @@ -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;