Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unskip minimal spec tests #3999

Merged
merged 11 commits into from
Nov 13, 2019
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ filegroup(
visibility = ["//visibility:public"],
)
""",
sha256 = "5c5b65a961b5e7251435efc9548648b45142a07993ad3e100850c240cb76e9af",
url = "https://github.com/ethereum/eth2.0-spec-tests/releases/download/v0.9.0/general.tar.gz",
sha256 = "c17778598c83809285e94be91216341e5aedfee2af951c3b7044e605d77c3fb9",
url = "https://github.com/ethereum/eth2.0-spec-tests/releases/download/v0.9.1/general.tar.gz",
)

http_archive(
Expand All @@ -144,8 +144,8 @@ filegroup(
visibility = ["//visibility:public"],
)
""",
sha256 = "3b5f0168af4331d09da52bebc26609def9d11be3e6c784ce7c3df3596617808d",
url = "https://github.com/ethereum/eth2.0-spec-tests/releases/download/v0.9.0/minimal.tar.gz",
sha256 = "7b884bd20e58f4a6b49f2925ba821705f3800a26850884ce198724b43b5cacee",
url = "https://github.com/ethereum/eth2.0-spec-tests/releases/download/v0.9.1/minimal.tar.gz",
)

http_archive(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ import (
)

func TestAttestationMinimal(t *testing.T) {
t.Skip("Skip until 3960 merges")
runAttestationTest(t, "minimal")
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ import (
)

func TestAttesterSlashingMinimal(t *testing.T) {
t.Skip("Skip until 3960 merges")
runAttesterSlashingTest(t, "minimal")
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ import (
)

func TestBlockProcessingMinimalYaml(t *testing.T) {
t.Skip("Skip until 3960 merges")
runBlockProcessingTest(t, "minimal")
}
1 change: 0 additions & 1 deletion proto/testing/ssz_static_minimal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ import (
)

func TestSSZStatic_Minimal(t *testing.T) {
t.Skip("Skip until 3960 merges")
runSSZStaticTests(t, "minimal")
}