Fix sha after v0.12.3 tarballs were re-uploaded. Unskip test to resolve #7277. (#7292)

* Fix sha after v0.12.3 tarballs were re-uploaded. Unskip test to resolve #7277.
This commit is contained in:
Preston Van Loon 2020-09-21 17:22:19 -05:00 committed by GitHub
parent b1f9f97062
commit 8c8f59e242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -231,7 +231,7 @@ filegroup(
visibility = ["//visibility:public"],
)
""",
sha256 = "9e5c4b335e3854195019d9569341ab500aa7621b045858efd830fce9dddf27f9",
sha256 = "72c2f561db879ddcdf729fef93d10e0f9162b4cf3a697c513ef8935b93f6165a",
url = "https://github.com/ethereum/eth2.0-spec-tests/releases/download/v0.12.3/minimal.tar.gz",
)
@ -247,7 +247,7 @@ filegroup(
visibility = ["//visibility:public"],
)
""",
sha256 = "556d90a495e3f13f269741cb6c4ad060f529fe2adf82efccb83833d172c1bf93",
sha256 = "63eca02503692a0b6a2d7b70118e0dd62dff094153a3a542af6dbea721841b0d",
url = "https://github.com/ethereum/eth2.0-spec-tests/releases/download/v0.12.3/mainnet.tar.gz",
)

View File

@ -5,6 +5,5 @@ import (
)
func TestSZZStatic_Mainnet(t *testing.T) {
t.Skip("Skipped due to upstream configuration bug. See: https://github.com/prysmaticlabs/prysm/issues/7277")
runSSZStaticTests(t, "mainnet")
}