Skip to content

Commit

Permalink
Enable signValidatorRegistration test
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Apr 4, 2024
1 parent 100d1f5 commit b6ee93c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/validator/test/e2e/web3signer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ describe("web3signer signature test", function () {
await assertSameSignature("signVoluntaryExit", pubkeyBytes, validatorIndex, epoch);
});

// ValidatorRegistration includes a timestamp so it's possible that web3signer instance and local instance
// sign different messages and this test fails. Disabling unless it can be proven deterministic
it.skip("signValidatorRegistration", async () => {
it("signValidatorRegistration", async () => {
const regAttributes = {
feeRecipient: "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
gasLimit: 1,
Expand Down

0 comments on commit b6ee93c

Please # to comment.