github.com/fozzysec/SiaPrime@v0.0.0-20190612043147-66c8e8d11fe3/build/pool_off.go (about) 1 // +build !pool 2 3 package build 4 5 // POOL set to false disables a set of tests that require a running MySQL db 6 // set up for pool testing. 7 const POOL = false