mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
unskip load config tests (#14539)
* uncommenting lode config tests * fixing minimal config
This commit is contained in:
@@ -180,7 +180,6 @@ func TestModifiedE2E(t *testing.T) {
|
||||
|
||||
func TestLoadConfigFile(t *testing.T) {
|
||||
t.Run("mainnet", func(t *testing.T) {
|
||||
t.Skip("TODO: add back in after all spec test features are in.")
|
||||
mn := params.MainnetConfig().Copy()
|
||||
mainnetPresetsFiles := presetsFilePath(t, "mainnet")
|
||||
var err error
|
||||
@@ -199,7 +198,6 @@ func TestLoadConfigFile(t *testing.T) {
|
||||
})
|
||||
|
||||
t.Run("minimal", func(t *testing.T) {
|
||||
t.Skip("TODO: add back in after all spec test features are in.")
|
||||
min := params.MinimalSpecConfig().Copy()
|
||||
minimalPresetsFiles := presetsFilePath(t, "minimal")
|
||||
var err error
|
||||
|
||||
Reference in New Issue
Block a user