Skip to content

Commit

Permalink
testing: enable previously disabled TestConfigMigrate unit test (#2326)
Browse files Browse the repository at this point in the history
testing: enable previously disabled TestConfigMigrate unit test
  • Loading branch information
algonautshant authored Jun 24, 2021
1 parent 93f2586 commit 798c612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func loadWithoutDefaults(cfg Local) (Local, error) {
}

func TestConfigMigrate(t *testing.T) {
t.Skip()

a := require.New(t)

c0, err := loadWithoutDefaults(getVersionedDefaultLocalConfig(0))
Expand Down
2 changes: 1 addition & 1 deletion test/testdata/nettemplates/TwoNodesOneOnline.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
]
}
]
}
}

0 comments on commit 798c612

Please sign in to comment.