Skip to content

Commit

Permalink
disabled datacommitte test because PUSH0 is not supported by geth sim…
Browse files Browse the repository at this point in the history
…ulated
  • Loading branch information
joanestebanr committed Jul 25, 2024
1 parent 9c28cc1 commit b2dd6a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataavailability/datacommittee/datacommittee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
)

func TestUpdateDataCommitteeEvent(t *testing.T) {
t.Skip("This test is not working because the simulated backedn doesnt accept PUSH0, check: https://github.com/ethereum/go-ethereum/issues/28144#issuecomment-2247124776")
// Set up testing environment
dac, ethBackend, auth, da := newTestingEnv(t)

Expand Down

0 comments on commit b2dd6a0

Please sign in to comment.