mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 23:48:06 -05:00
11 lines
174 B
Go
11 lines
174 B
Go
package mainnet
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestMainnet_Gloas_SSZStatic(t *testing.T) {
|
|
t.Skip("Gloas is not implemented")
|
|
// ssz_static.RunSSZStaticTests(t, "mainnet")
|
|
}
|