mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
limit parallel testing
This commit is contained in:
parent
e9796e1aed
commit
33d05e6267
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ func configureTestFlags(main *Main) {
|
|||
}
|
||||
|
||||
func TestFieldTypes(t *testing.T) {
|
||||
t.Parallel()
|
||||
//t.Parallel()
|
||||
|
||||
fieldNames := []string{"i", "d", "t", "@s", "@st", "unixtime", "e"}
|
||||
records := [][]interface{}{
|
||||
|
|
@ -639,7 +639,7 @@ func TestIDFieldMissing(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestCmdAutoID(t *testing.T) {
|
||||
t.Parallel()
|
||||
//t.Parallel()
|
||||
|
||||
fieldNames := []string{"first"}
|
||||
records := [][]interface{}{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue