diff --git a/base_test.go b/base_test.go index dadbe304..f6a83c78 100644 --- a/base_test.go +++ b/base_test.go @@ -3116,8 +3116,8 @@ func testAll2(engine *Engine, t *testing.T) { // !nash! the 3rd set of the test is intended for non-cache enabled engine func testAll3(engine *Engine, t *testing.T) { - fmt.Println("-------------- processors TX --------------") - testProcessorsTx(engine, t) + // fmt.Println("-------------- processors TX --------------") + // testProcessorsTx(engine, t) fmt.Println("-------------- insert pointer data --------------") testPointerData(engine, t) fmt.Println("-------------- insert null data --------------")