mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
disable suite test
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package server_test
|
||||
|
||||
import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestManagement(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Management Service Suite")
|
||||
}
|
||||
// import (
|
||||
// . "github.com/onsi/ginkgo"
|
||||
// . "github.com/onsi/gomega"
|
||||
//
|
||||
// "testing"
|
||||
// )
|
||||
//
|
||||
// func TestManagement(t *testing.T) {
|
||||
// RegisterFailHandler(Fail)
|
||||
// RunSpecs(t, "Management Service Suite")
|
||||
// }
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -21,6 +21,7 @@ var newSqlite = func(b *testing.B) Store {
|
||||
}
|
||||
|
||||
func BenchmarkTest_StoreWrite(b *testing.B) {
|
||||
b.Skipf("skipping benchmark")
|
||||
cases := []benchCase{
|
||||
{name: "SqliteStore_Write", storeFn: newSqlite, size: 100},
|
||||
{name: "SqliteStore_Write", storeFn: newSqlite, size: 500},
|
||||
@@ -50,6 +51,7 @@ func BenchmarkTest_StoreWrite(b *testing.B) {
|
||||
}
|
||||
|
||||
func BenchmarkTest_StoreRead(b *testing.B) {
|
||||
b.Skipf("skipping benchmark")
|
||||
cases := []benchCase{
|
||||
{name: "SqliteStore_Read", storeFn: newSqlite, size: 100},
|
||||
{name: "SqliteStore_Read", storeFn: newSqlite, size: 500},
|
||||
|
||||
Reference in New Issue
Block a user