mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-02 04:03:35 +00:00
ef_tests: v0.6.3 passing, modulo known failures
This commit is contained in:
@@ -24,7 +24,7 @@ impl BlsSetting {
|
||||
Flexible => Ok(()),
|
||||
Required if !cfg!(feature = "fake_crypto") => Ok(()),
|
||||
Ignored if cfg!(feature = "fake_crypto") => Ok(()),
|
||||
_ => Err(Error::Skipped),
|
||||
_ => Err(Error::SkippedBls),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user