Browse Source

removed deprecated id test

luis 7 years ago
parent
commit
f26dba1d35
1 changed files with 2 additions and 2 deletions
  1. 2 2
      go/src/flow/flow_test.go

+ 2 - 2
go/src/flow/flow_test.go

@@ -40,7 +40,7 @@ func TestDefOp(t *testing.T) {
 	a.NotEq(err, nil, "Error should not be nil")
 }
 
-func TestIDGen(t *testing.T) {
+/*func TestIDGen(t *testing.T) {
 	a := assert.A(t)
 	idTable := []string{"2", "1", "1"}
 
@@ -67,7 +67,7 @@ func TestIDGen(t *testing.T) {
 	a.NotEq(err, nil, "Should not be nil,id generation exausted")
 	o, err = f.Op("vecadd", f.In(0), c)
 
-}
+}*/
 
 func TestSerialize(t *testing.T) {
 	// Does not text yet