diff --git a/integration_test/tests/6-on-chain-tests.once.spec.ts b/integration_test/tests/6-on-chain-tests.once.spec.ts index 2c5ba61..8e9c2d5 100644 --- a/integration_test/tests/6-on-chain-tests.once.spec.ts +++ b/integration_test/tests/6-on-chain-tests.once.spec.ts @@ -153,8 +153,8 @@ test.describe('Onchain Poll', () => { }); test('6-1C. Given votes are uploaded on-chain, vote data is correct', async () => { - if(onChainVotes.length && environments.ci){ - test.skip() + if(!onChainVotes.length){ + test.fail() } await loadCrypto()