mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Remove unneccessary t.Skip()
This commit is contained in:
parent
504309e594
commit
526bdae280
1 changed files with 0 additions and 2 deletions
|
|
@ -35,8 +35,6 @@ func TestServerHelp(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestServerConfig(t *testing.T) {
|
||||
t.Skip() // Until test.NewServer() works
|
||||
|
||||
actualDataDir, err := ioutil.TempDir("", "")
|
||||
failErr(t, err, "making data dir")
|
||||
logFile, err := ioutil.TempFile("", "")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue