Skip to content

Commit

Permalink
Transfer tests were disabled in ethereum/consensus-specs#1238
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed Jun 30, 2019
1 parent 471b5d9 commit ff9ca47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beacon-chain/core/blocks/spectest/transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import (
)

func runTransferTest(t *testing.T, filename string) {
t.Skip("Transfer tests are disabled. See https://github.com/ethereum/eth2.0-specs/pull/1238#issuecomment-507054595")

file, err := ioutil.ReadFile(filename)
if err != nil {
t.Fatalf("Could not load file %v", err)
Expand Down

0 comments on commit ff9ca47

Please sign in to comment.