mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 04:47:18 +00:00
Skip bogus init-sync test (#8038)
This commit is contained in:
parent
e1755b6066
commit
7dd0c24fea
@ -184,6 +184,7 @@ func TestService_InitStartStop(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestService_waitForStateInitialization(t *testing.T) {
|
||||
t.Skip("Temporary disabled")
|
||||
hook := logTest.NewGlobal()
|
||||
newService := func(ctx context.Context, mc *mock.ChainService) *Service {
|
||||
s := NewService(ctx, &Config{
|
||||
|
Loading…
Reference in New Issue
Block a user