limit parallel testing

This commit is contained in:
jacob 2023-03-06 07:55:27 -06:00 committed by Jacob Brinlee
parent e9796e1aed
commit 33d05e6267

View file

@ -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{}{