Skip to content

Commit 5090b2a

Browse files
committed
fix: re-enable gerousia test
1 parent 003a04a commit 5090b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/end-to-end/src/e2e_p2p/gerousia.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('e2e_p2p_gerousia', () => {
4848
* For this reason we are not running it as part of the CI.
4949
* TODO(https://github.com/AztecProtocol/aztec-packages/issues/9164): Currently flakey
5050
*/
51-
it.skip('Should cast votes to upgrade gerousia', async () => {
51+
it('Should cast votes to upgrade gerousia', async () => {
5252
// create the bootstrap node for the network
5353
if (!t.bootstrapNodeEnr) {
5454
throw new Error('Bootstrap node ENR is not available');

0 commit comments

Comments
 (0)