We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003a04a commit 5090b2aCopy full SHA for 5090b2a
yarn-project/end-to-end/src/e2e_p2p/gerousia.test.ts
@@ -48,7 +48,7 @@ describe('e2e_p2p_gerousia', () => {
48
* For this reason we are not running it as part of the CI.
49
* TODO(https://github.com/AztecProtocol/aztec-packages/issues/9164): Currently flakey
50
*/
51
- it.skip('Should cast votes to upgrade gerousia', async () => {
+ it('Should cast votes to upgrade gerousia', async () => {
52
// create the bootstrap node for the network
53
if (!t.bootstrapNodeEnr) {
54
throw new Error('Bootstrap node ENR is not available');
0 commit comments