mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-10 03:31:20 +00:00
303edbde58
* Update urls * Update sha tags * Fix paths * Delete removed test * Skipping with an issue
11 lines
228 B
Go
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")
|
|
}
|