From d9b98918b6b84fb637f8d5aefd1dc26535f8f22f Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 22 Oct 2018 14:54:36 -0700 Subject: [PATCH] Revert "test: disable flaky test until it can be debugged" This reverts commit 75b52d0fa5bdeb3b49d91b7c227036b9acd0d451. --- web3.js/test/token-program.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web3.js/test/token-program.test.js b/web3.js/test/token-program.test.js index 26958ff886..b08ff9ca15 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;