mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
disable diagnostics in server tests
This commit is contained in:
parent
767c52dd16
commit
149e8124db
1 changed files with 1 additions and 0 deletions
|
|
@ -594,6 +594,7 @@ func NewMain() *Main {
|
|||
// MustRunMain returns a new, running Main. Panic on error.
|
||||
func MustRunMain() *Main {
|
||||
m := NewMain()
|
||||
m.Config.Metric.Diagnostics = false // Disable diagnostics.
|
||||
if err := m.Run(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue