Skip to content

Commit

Permalink
Update dataavailability/datacommittee/datacommittee_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Negovanović <[email protected]>
  • Loading branch information
joanestebanr and Stefan-Ethernal authored Jul 25, 2024
1 parent 4979588 commit 19dab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataavailability/datacommittee/datacommittee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +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")
t.Skip("This test is not working because the simulated backend 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 19dab0c

Please sign in to comment.