prysm-pulse/proto/testing/ssz_static_mainnet_test.go
terence tsao 303edbde58
Update spec tests to v0.12.3 (#7276)
* Update urls
* Update sha tags
* Fix paths
* Delete removed test
* Skipping  with an issue
2020-09-19 18:00:28 +00:00

11 lines
228 B
Go

package testing
import (
"testing"
)
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")
}