Skip to content

Commit

Permalink
no more skip
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Oct 24, 2024
1 parent 0e05b2e commit 9469dda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func NewTestServer(
}

func TestCreateServer(t *testing.T) {
//t.Skip("TODO mkysel: test broken")
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
dbs, dbCleanup := testutils.NewDBs(t, ctx, 2)
Expand Down

0 comments on commit 9469dda

Please sign in to comment.